| 以下为引用的内容: 
 <script language=Javascript>tim=1
 setInterval("tim++",100)
 b=1   www~phperz~.com
 var autourl=new Array()autourl[1]="www.njcatv.net"
 autourl[2]=www.phperz.com
 autourl[3]="www.sina.cn"
 autourl[4]="www.nuaa.edu.cn"
 autourl[5]="www.cctv"  www phperz com
 function butt(){document.write("<form name=autof>")
 for(var i=1;i<autourl.length;i++)
 document.write("<input type=text name=txt"+i+" size=10 value=测试中……> =》<input type=text  name=url"+i+" size=40> =》<input type=button value=GO  onclick=window.open(this.form.url"+i+".value)><br>")
 document.write("<input type=submit value=刷新></form>")
 }
 butt()
 function auto(url){
 document.forms[0]["url"+b].value=url
 if(tim>200)
 {document.forms[0]["txt"+b].value="链接超时"}
 else
 {document.forms[0]["txt"+b].value="时间"+tim/10+"秒"}
 b++
 }
 function run(){
 www.phperz.com for(var i=1;i<autourl.length;i++)document.write("<img src=http://"+autourl+"/"+Math.random()+" width=1 height=1 onerror=auto('http://"+autourl+"')>") www phperz com  }run()
 PHP程序员站--PHP程序员之家 </script>  www.phperz.com
 |