//下面的代码实现了在2s钟后打开login.asp的功能
//仅供参考
<% Response.Expires=0 %>
<html>
<head>
<meta http-equiv=refresh content='2;url=login.asp'>
<title>※ 离开聊天室 ※ →</title>
</head>
<body bgcolor=#27335F text=#ffffff>
<center>
<br><br>
<h1><font color=#00FF00>有空来聊聊</font>
<Br>
<Img src="./pic/line.gif"
width=70% ></img>
<br>
<h2>您已离开聊天室,欢迎有空再来。
<P>
You have already logged out from chat room</h2>
</center>
</body>
</html>