📄 1.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
dim url,time1,no
url=trim(request("url"))
time1=trim(request("time1"))
if request("no")<>"" then
no=request("no")+1
else
no=1
end if
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>正在刷新中.....</title>
<base target=_blank>
<style>
body{
background-color: #f3f3f3; margin:0;
}
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><iframe name="I1" width="320" height="40" border="0" frameborder="0" scrolling="no" src="2.asp?url=<%=url%>&time1=<%=time1%>&no=<%=no%>">浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
</tr>
<tr>
<td><SCRIPT type='text/javascript' language='javascript' src='http://xslt.alexa.com/site_stats/js/s/c?url=<%=url%>'></SCRIPT></td>
</tr>
<tr>
<td><SCRIPT type='text/javascript' language='javascript' src='http://xsltcache.alexa.com/traffic_graph/js/g/c/6m?&u=<%=url%>'></SCRIPT></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -