?? 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 + -