?? delbigclass3_submit.asp
字號:
<%@ Language=VBScript %>
<!--#include file=conn.asp -->
<%
IF Session("KEY")<>"super"THEN
response.redirect "index_face.asp"
response.end
END IF
BigClassID=Request.Form("BigClassID")
button_value=trim(Request.Form("alert_button"))
if button_value="是" then
conn.execute("delete from BigClass where BigClassID=" & BigClassID)
else
Response.Redirect "DelBigClass1.asp"
end if
%>
<html>
<head>
<meta http-equiv="refresh" content="3;url=DelBigClass1.asp">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
</head>
<body>
<p> </p>
<p> </p>
<p> </p>
<table border="0" width="450" align=center cellspacing="1" bgcolor="#000000">
<tr>
<td width="100%" bgcolor="#FFFFFF" align="center">
<p> </p>
<p>類別已經刪除!</p>
<p> </p>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -