快速结贴,怎样像csdn登陆那样实现中间等待页?

实现就结贴,最好今天
---------------------------------------------------------------

1response.buffer=true
1<html>
2<head><title>等待...</title></head>
3<body>   
4等待....   
5</body>
6</html>
1   
2randomize   
3if int(2*rnd)=1 then response.end   
4response.clear   
1<html>
2<head><title>到了....</title></head>
3<body>   
4到了....   
5</body>
6</html>

---------------------------------------------------------------

试试在登录页面写

1<meta content="2;url=/expert/focum.asp" http-equiv="refresh"/>
 1<body>
 2<br/>
 3<br/>
 4<center>
 5<font color="red">正在登录,请稍候...</font>
 6</center>   
 7\---------------------------------------------------------------   
 8  
 9这是csdn用的方法,其中主要的是<meta content="1;URL=/expert/forum.asp" http-equiv="Refresh"/>这句中的   
10content="1;URL=/expert/forum.asp"&gt;是说1秒后转到url为   
11/expert/forum.asp<html>这里   
12原码附后   
13<head>
14<meta content="Microsoft Visual Studio 6.0" name="GENERATOR"/>
15<meta content="1;URL=/expert/forum.asp" http-equiv="Refresh"/>
16<meta content="no-cache" http-equiv="Pragma"/>
17<meta ;="" charset="utf-8" content="text/html" http-equiv="Content-Type"/>
18<title>CSDN_Login……</title>
19</head>
20<body>
21<br/>
22<p align="center"><font color="#FF0000">正在登陆…………</font>
23</p></body>
24</html></body>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus