📄 adrotator.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%
Dim mysec,i
Dim files(3,2)
files(0,0) = ("../images/p_001.gif")
files(0,1) = ("http://www.sina.com.cn")
files(1,0) = ("../images/p_002.gif")
files(1,1) = ("http://www.sohu.com")
files(2,0) = ("../images/p_003.gif")
files(2,1) = ("http://www.163.com")
files(3,0) = ("../images/p_004.gif")
files(3,1) = ("http://www.163.com")
mysec = Second(Now)
i=mysec mod 4
response.Write "<a href='"&files(i,1)&"' target='_blank'><img src='"&files(i,0)&"' border='0'></a><br>"
%>
<br>
<table width="200" border="0" cellpadding="0" cellspacing="0" background="../images/111.gif">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="584" height="126">
<param name="movie" value="../images/main-santa.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="../images/main-santa.swf" width="584" height="126" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -