ljweb 发表于 2006 年 9 月 11 日 22:19:11

谁给偶一个跳转的代码

就是打开一个页子,就在几秒后转到另一个页子的代码

chungwoo 发表于 2006 年 9 月 11 日 22:24:04

html,asp,php?

poison 发表于 2006 年 9 月 11 日 22:24:56

我只记得某人问过。。

善良的狼 发表于 2006 年 9 月 11 日 22:25:20

<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">&nbsp; ;如果您的浏览器不支持跳转,<font color="#000000"><a style="text-decoration: none" href="http://www.4836.net.ru"><strong>请点这里</strong></a></font>。</p>
</body>

</html>



这种对不对

ljweb 发表于 2006 年 9 月 11 日 22:27:17

谢谢楼上的,。。。下载。。。

esnak 发表于 2006 年 9 月 11 日 22:35:36

<meta http-equiv="refresh" content="20;url=http://www.domain.com">

iyaner 发表于 2006 年 9 月 11 日 23:05:46

原帖由 esnak 于 2006-9-11 22:35 发表
<meta http-equiv="refresh" content="20;url=http://www.domain.com">

还是这个最强

loiter 发表于 2006 年 9 月 11 日 23:12:50

现用一个页子xx百度 然后<meta http-equiv="refresh" content="0;url=/index.asp">就可以了

vbvs 发表于 2006 年 9 月 11 日 23:41:16

基础啊基础

ppopcn 发表于 2006 年 9 月 11 日 23:51:36

不会
页: [1] 2
查看完整版本: 谁给偶一个跳转的代码