⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clear.asp

📁 一个聊天室程序
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>清除记录</title>
</head>
<body>
<%
'*********************************************************
'** The Global Chat Variables, used in the main display **
'*********************************************************

Application("chat10") = ""
Application("chat9") = ""
Application("chat8") = ""
Application("chat7") = ""
Application("chat6") = ""
Application("chat5") = ""
Application("chat4") = ""
Application("chat3") = ""
Application("chat2") = ""
Application("chat1") = ""

'*********************************************************
'** Variables used on the Whose on sidebar              **
'*********************************************************

Application("slot1") = ""
Application("slot2") = ""
Application("slot3") = ""
Application("slot4") = ""
Application("slot5") = ""
Application("slot6") = ""
Application("slot7") = ""
Application("slot8") = ""
Application("slot9") = ""
Application("slot10") = ""

'*********************************************************
'** Variables used by the Pop feature                   **
'*********************************************************

Application("flgWarn") = ""

Application("sessCount")=0
Application("FlagCount")=0
Application("LastPost")=""

'*********************************************************
'** Skin Selection                                      **
'*********************************************************

Session("skin")=""
%>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -