很多站访问量大 各个访问者的来自的地方区域不同 网速差异也很大
怎样使访问者 自动选择最快的
服务器或者镜像站访问你的站呢?
其实一段HTML就可以解决电信网通速度的差异 自动选择访问者访问速度最快的服务器自动进入
很多站长就喜欢吹牛说这是啥牛B技术 其实这不是什么高深技术 html和
JAVAscrp
IT就可实现
现公开
<html><head>
<META HTTP-
EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta http-equiv="refresh" content="10;
URL=./"><title>非记
域名注册平台</title></head>
<center>
<p>
<font color=blue size=7>
非记域名注册平台……</p><script>i=1
var autourl=new Array()
autourl[1]="htp//www1.rono.cn"
autourl[2]="http://www2.rono.cn"
autourl[2]="http://www3.rono.cn"
autourl[2]="http://www4.rono.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
+" width=1 height=1
onerror=auto('"+autourl+"')>")}
run()</script></body></html>