📄 dao3.htm
字号:
<html>
<head>
<title>动态导航脚本</title>
<style type="text/css">
<!--
body { font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 4px; margin-right: 0px}
A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }
A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
a:active { font: 9pt "宋体"; cursor: hand; color: #FF0033 }
--></style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#fef4d9">
<br>
<br>
<center><font color=red face="隶书" size=6>动态导航脚本</font></center>
<br>
<center>
<table border=5 bordercolor=blue borderlight=green>
<tr><td align=center><font size=5 color=red face="Arial, Helvetica, sans-serif"><strong>下面框中为脚本显示区</strong></font></td></tr>
<tr><td align=center height=200><script language=javascript>
<!--
var index = 9
link = new Array(8);
text = new Array(8);
link[0] ='time1.htm'
link[1] ='time2.htm'
link[2] ='time3.htm'
link[3] ='time1.htm'
link[4] ='time2.htm'
link[5] ='time3.htm'
link[6] ='time1.htm'
link[7] ='time2.htm'
link[8] ='time3.htm'
text[0] ='说明一'
text[1] ='说明一'
text[2] ='说明一'
text[3] ='说明一'
text[4] ='说明一'
text[5] ='说明一'
text[6] ='说明一'
text[7] ='说明一'
text[8] ='说明一'
document.write ("<marquee scrollamount='1' scrolldelay='100' direction= 'up' width='150' height='150'>");
for (i=0;i<index;i++){
document.write (" <img src='dotnew.gif'><a href="+link[i]+" target='main'>");
document.write (text[i] + "</A><br>");
}
document.write ("</marquee>")
// -->
</script>
</td></tr></table></center>
<br>
<br>
<center>
<textarea name=source rows=12 cols=55 class=yk9>
脚本说明:
把如下代码加入<body>区域中
<script language=javascript>
<!--
var index = 9
link = new Array(8);
text = new Array(8);
link[0] ='time1.htm'
link[1] ='time2.htm'
link[2] ='time3.htm'
link[3] ='time1.htm'
link[4] ='time2.htm'
link[5] ='time3.htm'
link[6] ='time1.htm'
link[7] ='time2.htm'
link[8] ='time3.htm'
text[0] ='说明一'
text[1] ='说明一'
text[2] ='说明一'
text[3] ='说明一'
text[4] ='说明一'
text[5] ='说明一'
text[6] ='说明一'
text[7] ='说明一'
text[8] ='说明一'
document.write ("<marquee scrollamount='1' scrolldelay='100' direction= 'up' width='150' height='150'>");
for (i=0;i<index;i++){
document.write (" <img src='arrow.gif' width='12' height='12'><a href="+link[i]+" target='_blank'>");
document.write (text[i] + "</A><br>");
}
document.write ("</marquee>")
// -->
</script>
</textarea>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function goHist(a)
{
history.go(a);
}
//-->
</script>
<FORM METHOD="post">
<INPUT TYPE="button" VALUE="返回" onClick="goHist(-1)" style="background-color: #8000FF; color: rgb(255,255,255)">
</form>
</center>
<br>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -