📄 manage.asp
字号:
<%dim ThisKey
ThisKey = "@"
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../CSS/main.css">
</head>
<%
if request("cmdUp")<>"" then
dim sentences(60)
for i=0 to ubound(sentences)
sentences(i)=""
next
Application("Room1sentences")=sentences
Application("Room2sentences")=sentences
Application("Room3sentences")=sentences
Application("Room4sentences")=sentences
response.write "<br><br><p align=center><font color=red>已经成功清除!</font></p>"
response.end
end if
%>
<body>
<BR><BR><BR><BR>
<div align=center>
点击以下按扭可以清除所有会议室的会议记录。
<form name="form1" method="post" action="">
<INPUT TYPE="submit" name="cmdUp" class="font9boldwhite" value="清除所有会议记录" onclick="javascript:return confirm('确定清除吗?');">
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -