⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rollback.jsp

📁 java的一系列产品中包括jsme,jmse,j2ee,本文件提供j2ee实现的源代码.
💻 JSP
字号:
<html>
<head>
<title>文本自动滚屏</title>
<style type="text/css">
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function selectScroller(n) {
	optlist = document.scrollform.scroller;
	optlist[optlist.length] = new Option(optlist[0].text, "", false, false);
	optlist[0] = null;
	//You may add follow:
	//optlist.selectedIndex = -1;
	//n=(n+1)%optlist.length;
	//change the speed below: 1000 = 1 second.
	setTimeout("selectScroller("+n+")",2000);
}
//End -->
</script>
</head>

<body bgcolor="#fef4d9" OnLoad="selectScroller(0);"> 
<center>
<font color=red face="隶书" size=5>文本自动滚屏
</font>
</center>
<br>
<center>
<table border=5 bordercolor=blue borderlight=green>
<tr><td align=center>
<font size=4 color=red face="Arial, Helvetica, sans-serif">
<strong>下面为效果显示区!</strong>
</font></td></tr>
<tr><td align=center height=170 width=400>
<form name="scrollform">
<select name="scroller" size=8>
<option>This select option list will
<option>scroll text by copying
<option>the top line to the bottom
<option>line before deleting the
<option>top line. This moves the
<option>options up one line and
<option>gives the impression of
<option>scrolling.
<option>
<option>You can leave as many
<option>blank lines as you feel
<option>necessary to give the
<option>look of begining and
<option>ending.
<option>
<option>This script was written
<option>in response to those
<option>who wanted a news
<option>scroller to work within
<option>a table's cell and for
<option>those who want old
<option>browsers to also see
<option>a scoller on the page.
<option>
<option>This select option list will
<option>scroll text by copying
<option>the top line to the bottom
<option>line before deleting the
<option>top line. This moves the
<option>options up one line and
<option>gives the impression of
<option>scrolling.
<option>
<option>You can leave as many
<option>blank lines as you feel
<option>necessary to give the
<option>look of begining and
<option>ending.
<option>
<option>This script was written
<option>in response to those
<option>who wanted a news
<option>scroller to work within
<option>a table's cell and for
<option>those who want old
<option>browsers to also see
<option>a scoller on the page.
<option>
<option>yobo42@hotmail.com
</select>
</form></td></tr>
</table></center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -