四个页面转向代码
发布:龙羽 | 发布时间: 2007年3月27日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>
读过这篇文章的朋友还浏览过下面的文章
- 相关文章:
一段显示网站运行时间的代码 (2007-3-14 17:20:37)
完美解决双击盘符无法打开分区问题!!! (2007-1-8 12:23:13)
突破单位网管封QQMSN端口的方法! (2007-1-4 1:24:13)
价值5万的StarView网络管理系统去狗破解版 (2007-1-3 20:53:8)
一批元旦注册的有名论坛 (2007-1-1 22:21:12)
各类论坛程序代码比较与综合---动网论坛 (2006-12-31 19:24:29)
一些FLASH应用的代码 (2006-12-31 12:27:32)
仿163界面的都市网程序 (2006-12-30 19:41:39)
发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。





