[ 2007/08/06 10:54 | by 孤城浪子 ]
|
1、先把你的域名解析了(如我的 gclz.cn 解析到电信IP上 www.gclz.cn 解析到网通IP上)
2、然后在网站根目录建立一个index.asp文件(index.asp这个文件要在[修改默认首页]中设置最优先,
我的顺序是index.asp,default.asp,index.php,default.php,index.aspx,index.htm,default.htm,你只要填入你自己常用的默认首页就可以)
3、index.asp文件的内容为以下代码(把里面的网址和网站名称改成你自己的就可以了),这样它会选择访客访问速度最快的站点了(页面非常简单,自己可以美工一下):
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta http-equiv="refresh" content="10;url=./">
<title>孤城浪子的地盘</title>
</head>
<body>
<center>
<p>
<font color=red size=3>线路选择中,请稍候……</font>
</p>
<br>
<div algin=center><a href="http://gclz.cn/Index.html">电信</a> | <a href="http://www.gclz.cn/Index.html">网通</a></div>
<script>
i=1
var autourl=new Array()
autourl[1]="http://gclz.cn/Index.html"
autourl[2]="http://www.gclz.cn/Index.html"
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>
http://gclz.cn/read.php/33.htm
却是网通的用户时,就不会判别了.还是没能实质的解决这个问题啊.
还是需要智能判断选择才对啊
可是哪一句是判断速度的?