?? discussdelt.asp
字號(hào):
<!--#include file="ConnDB.asp"-->
<!--#include file="IsAdmin.asp"-->
<html>
<head>
<title>刪除網(wǎng)友評(píng)論</title>
</head>
<body>
<%
Dim id,Newsid
'讀取新聞評(píng)論編號(hào)
id = Request.QueryString("id")
'執(zhí)行刪除操作
Conn.Execute("DELETE FROM Discuss WHERE Id=" & id)
Response.Write "<h3>成功刪除</h3>"
%>
</body>
<script language="javascript">
opener.location.reload();
setTimeout("window.close()",800);
</script>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -