close.asp
字号:
<%@ LANGUAGE=VBScript%>
<%Response.Expires=0
Session("a_c_user_name")=""
Session("a_c_user_level")=0
Session("a_c_user_times")=""
Session("a_c_user_value")=""
Session("a_c_user_ip")=Request.ServerVariables("REMOTE_ADDR")
Session("a_c_user_alreadylogin")=0%><html>
<head>
<meta http-equiv='content-type' content='text/html; charset=gb2312'>
<title><%Application("a_c_chatroom_name")%></title>
</head>
<body bgcolor=FFFFFF>
<script LANGUAGE="JavaScript">
<!--
if (window != window.top)
top.location.href = location.href;
// -->
</script>
<script language="javascript">
alert(" 【本窗口将被关闭,请重新登录】 \n\n原因:\n\n1.你的电脑与服务器在指定的时间内无法取得联系,\n 系统将你作为超时断开了连接;\n2.你被踢出了聊天室(可以在聊务公开栏查看);\n3.你潜水(没有发言)的时间超过限制时间;\n4.由于其它各种原因导致你的登录信息已经被服务\n 器清除。\n\n解决方法:\n\n 请回到欢迎页面,用“重回登录页面”功能返\n回,并重新输入用户名和密码。");
window.close();
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -