求高人指点如何JavaScript实现选择最快网站跳转
我找了网上的一段代码,不能用。 请求各位大侠指点迷津,多谢 <html><head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <meta http-equiv="refresh" content="3;url=./"><title>速度测试中……</title></head> <center> <body> <p>
<font color=blue size=7>
请稍候,速度测试中……</p><script>i=1 var autourl=new Array() autourl[1]="http://www.asp50.com" autourl[2]="http://www.wwwi.cn" function auto(url){if(i){i=0;top.location=url}} function run(){for(var i=1;i<autourl.length;i++)document.write("<img src="+autourl[i]+" width=1 height=1 onerror=auto('"+autourl[i]+"')>")} run()</script></body></html>
[此贴子已经被作者于2005-5-20 13:01:25编辑过]