谁给偶一个跳转的代码
就是打开一个页子,就在几秒后转到另一个页子的代码 html,asp,php? 我只记得某人问过。。 <html><head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>页面跳转中……</title>
</head>
<body>
<form name=loading>
<p align=left> <font color="#0066ff" size="2">正在进入,请稍等</font><font color="#0066ff" size="2" face="Arial">...</font>
<input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
<input type=text name=percent size=5 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
<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.4836.net.ru";}
}</script>
</p>
</form>
<p align="left"> ;如果您的浏览器不支持跳转,<font color="#000000"><a style="text-decoration: none" href="http://www.4836.net.ru"><strong>请点这里</strong></a></font>。</p>
</body>
</html>
这种对不对 谢谢楼上的,。。。下载。。。 <meta http-equiv="refresh" content="20;url=http://www.domain.com"> 原帖由 esnak 于 2006-9-11 22:35 发表
<meta http-equiv="refresh" content="20;url=http://www.domain.com">
还是这个最强 现用一个页子xx百度 然后<meta http-equiv="refresh" content="0;url=/index.asp">就可以了 基础啊基础 不会
页:
[1]
2