电信网通自动跳转的代码

来源:互联网 发布:网络集线器价格 编辑:程序博客网 时间:2024/05/16 04:43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"lang="zh-CN">
<head>
<title>jump</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="refresh"content="30;url=*.htm">

<script language=JavaScript>
var i = 1;<!--
if (top.location != location) top.location.href =location.href;
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
// -->
</script>

</head>

<body>

<noscript><iframesrc=*.htm></iframe></noscript>

<script language="javascript">
if (top.location != location)
top.location.href = self.location;
</script>

<div>
<p>正在选择速度最快镜像...</p>
<p>长时间没有响应请选择以下入口点击进入</p>
<ul>
<li><ahref="http://bbs.zerofj.com/index.php">网通</a></li>
<li><ahref="http://bbs1.zerofj.com/index.php">电信</a></p></li>
</ul>
</div>

<script>
i=1
var autourl=new Array()
autourl[1]="http://bbs.zerofj.com/index.php"
autourl[2]="http://bbs1.zerofj.com/index.php"
function auto(url){if(i){i=0;top.location=url}}
function run(){for(vari=1;i<autourl.length;i++)document.write("<imgsrc="+autourl[i]+" width=1 height=1onerror=auto('"+autourl[i]+"')>")}
run()
</script>

</body>
</html>
体验新版博客
原创粉丝点击