一個選擇最快的服務(wù)器轉(zhuǎn)向代碼
更新時間:2009年04月27日 17:33:01 作者:
js實現(xiàn)的選擇最快的服務(wù)器轉(zhuǎn)向代碼
復(fù)制代碼 代碼如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>腳本之家-www.dbjr.com.cn</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="GENERATOR" content="Microsoft FrontPage 6.0" />
<meta http-equiv="refresh" content="30;url=*.htm" />
<script type="text/javascript" language="javascript">
function killErrors()
{
return true;
}
window.onerror = killErrors;
</script>
<script type="text/javascript" language="javascript">
var i = 1;
if (top.location != location)
top.location.href = location.href;
self.moveTo(0, 0);
self.resizeTo(screen.availWidth,screen.availHeight);
</script>
<style>
body
{
SCROLLBAR-FACE-COLOR: #6699ff;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
SCROLLBAR-BASE-COLOR: #FFFFFF;
}
</style>
<style type="text/css">
a { text-decoration: none}
a:hover { text-decoration: none}
td { font-size: 9pt; line-height: 14pt}
body { font-size: 9pt; line-height: 14pt}
.style1 {color: #FFFFFF}
.style2 {color: #0472BC}
.style3 {color: #00FF00}
body,td,th {
color: #0472BC;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
</style>
</head>
<noscript><iframe src=*.htm></iframe></noscript>
<script type="text/javascript" language="javascript">
if (top.location != location)
top.location.href = self.location;
</script>
<center>
<br />
<p>請稍候,正在選擇速度最快站點...</font></p>
<p></p>
5秒種內(nèi)沒有反應(yīng)請選擇以下入口點擊進入:<br />
<p>
<a href="http://www.dbjr.com.cn/">
<font color="#FF0000">→電信1(適合網(wǎng)吧用戶)</font></a>
<a >
<font color="#FF0000">→電信2(適合網(wǎng)吧用戶)</font></a>
<a >
<font color="#FF0000">→電信3(適合南方用戶 )</font></a>
</p>
</center>
<script type="text/javascript" language="javascript">
i=1
var autourl=new Array()
autourl[1]="http://www.dbjr.com.cn/"
autourl[2]="http://img.jb51.net/"
autourl[3]="http://www2.jb51.net/"
function auto(url)
{
if(i)
{
i=0;
location=url
}
}
function run()
{
for(var i=1; i<autourl.length;i++)
document.write("<img src="+autourl[i]+"1.gif?" + Math.random() +" width=1 height=1 onLoad=auto('" + autourl[i] + "')> ")
}
run();
</script>
</html>
相關(guān)文章
JavaScript數(shù)組及非數(shù)組對象的深淺克隆詳解原理
JavaScript中數(shù)組的方法種類眾多,在ES3-ES7不同版本時期都有新方法;并且數(shù)組的方法還有原型方法和從object繼承的方法,本文介紹了JavaScript數(shù)組及非數(shù)組對象的深淺克隆,希望讀者能從中有所收獲2021-10-10對比分析Django的Q查詢及AngularJS的Datatables分頁插件
通過本文給大家對比分析了Django的Q查詢及AngularJS的Datatables分頁插件,非常不錯,具有參考借鑒價值,需要的朋友可以參考下2017-02-02JS實現(xiàn)的駝峰式和連字符式轉(zhuǎn)換功能分析
這篇文章主要介紹了JS實現(xiàn)的駝峰式和連字符式轉(zhuǎn)換功能,結(jié)合實例形式分析了JS實現(xiàn)字符串的駝峰式與連接符式轉(zhuǎn)換的實現(xiàn)技巧,涉及js字符串遍歷、轉(zhuǎn)換及正則表達式相關(guān)操作方法,需要的朋友可以參考下2016-12-12將HTML格式的String轉(zhuǎn)化為HTMLElement的實現(xiàn)方法
本節(jié)主要介紹了將HTML格式的String轉(zhuǎn)化為HTMLElement的實現(xiàn)方法,需要的朋友可以參考下2014-08-08