clear.asp
来自「一个聊天室程序」· ASP 代码 · 共 57 行
ASP
57 行
<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 + =
减小字号Ctrl + -
显示快捷键?