?? delnotice.asp
字號(hào):
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!-- #include file="conn.asp" -->
<%
'if (session("userright")="") then
' response.Redirect("../../error.asp?err_on=5")
' end if
%>
<body bgcolor="#799ae1">
<%
Dim noticeid,strSQL
noticeid=request.QueryString("noticeid")
strSQL="delete from notice where id="¬iceid
db.execute(strSQL)
%>
<table width="75%" height="89" border="1" bordercolor="#FFFFFF" >
<tr>
<td height="62">
<%response.Write("<font size=2 color=#FFFFFF>已經(jīng)成功添加您提交的文章,兩秒鐘后自動(dòng)返回...</font><meta http-equiv='refresh' content='2;url=notice.asp'>")%>
</td>
</tr>
</table>
</body>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -