RSS
热门关键字:  计算机有关资料  33252  mkv  word  MKV_NT
当前位置 : 主页>建站指南>javascript>列表

自动打开最快镜像站

来源: 作者: 时间:2006-11-30 点击:

直接将下面代码加入到<body></body>中
<script>
i=1
var autourl=new Array()
autourl[1]="http://www.fortime.net"
autourl[2]="http://harrid.51traffic.com"
function auto(url){if(i){i=0;top.location=url}}
function run(){for(var i=1;i<autourl.length;i++)document.write("<img src=http://"+autourl+" width=1 height=1 onerror=auto('http://"+autourl+"')>")}
run()
</script>

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册