1. 在区域加入 代码:

<meta content="no-cache" http-equiv="Pragma" />
<meta content="3;url='http://hztv.com.ru' " http-equiv="refresh" />

2. JavaScript 代码:
<SCRIPT LANGUAGE="JavaScript">


<!-- Begin
redirTime = "3000";
redirURL = "http://hztv.com.ru/";
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
//  End -->
</script>
 

3. JavaScript 代码:

<script language='javascript'>document.location = '/'</script>

4. 带进度条的页面跳转代码代码:

<meta content="zh-cn" http-equiv="Content-Language" />
<meta content="text/html; charset=gb2312" http-equiv="Content-Type" /></p>
<form name="loading">
    <p align="center"><font face="Arial" color="#0066ff" size="2">loading...</font> <input style="padding-right: 0px; padding-left: 0px; font-weight: bolder; padding-bottom: 0px; color: #0066ff; border-top-style: none; padding-top: 0px; font-family: Arial; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none" size="46" name="chart" type="text" /> <br />
    <input style="border-right: medium none; border-top: medium none; border-left: medium none; color: #0066ff; border-bottom: medium none; text-align: center" size="47" name="percent" type="text" /> <SCRIPT>
var bar=0
var line="||"
var amount="||"
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",100);}
else
{window.location = "http://www.91wk.com/";}
}</SCRIPT></p>
</form>


读过这篇文章的朋友还浏览过下面的文章