您的位置:首页 > 其它

自动选择最快服务器

2006-11-01 09:10 120 查看
自动选择最快的服务器<html>
<head>
<script>
i=1
var autourl=new Array()
autourl[1]="http://www.25175.com" //这个是网通服务器
autourl[2]="http://25175.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="+autourl[i]+" width=1 height=1 onerror=auto

('"+autourl[i]+"')>")
}
run()
</script>
<title>正在为您选择最快的服务器</title>

<style type="text/css">
<!--
body {
margin-top: 0px;
line-height: 150%;
text-decoration: none;
}
.style1 {color: #FF0000}
.style2 {font-weight: bold}
a {
color: #0066CC;
text-decoration: none;
}
td {
line-height: 150%;
}
-->
</style>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 marginwidth="0">
<table width="600" height="352" border="0" align="center" cellpadding="0"

cellspacing="0"> 
  <tr>
    <td height="127"><div align="center"><span class="style2">请稍候,正在选

择速度最快的服务器......</span></div></td>
  </tr>
  <tr>
    <td height="45"><div align="center"><span class="style6">如不能自动跳转页

面,请手动选择最快服务器访问本站</span></div></td>
  </tr>
  <tr>
    <td height="46"><div align="center"><span class="style12">
  <a href="http://www.25175.com">网通主站</a></span></div></td>
  </tr>
  <tr>
    <td height="53"><div align="center"><span class="style12">
  <a href="http://25175.com">电信主站</a></span></div></td>
  </tr>
  <tr>
    <td height="26"><div align="center"><span class="style9">以上服务器均同步

更新</span></div></td>
  </tr>
  <tr>
    <td></td>
  </tr>
</table>
</body>
</html>
 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息