1.asp

来自「深度学习alexa排名提升专家 v1.1.0 很好用的大家试试看」· ASP 代码 · 共 42 行

ASP
42
字号
<%@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 + =
减小字号Ctrl + -
显示快捷键?