gg_del.asp

来自「功能最强大的ASP网站」· ASP 代码 · 共 29 行

ASP
29
字号
<!--#include file="conn.asp"-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>
<%
dim bhx
bhx="1"
 if (request("bh")<>"")then
bhx=request("bh")
end if
%>
<%
sql = "Select * from gonggao where bh="+ bhx
Set rs = Server.CreateObject ("ADODB.Recordset")
rs.Open sql,conn,2,3
%>
<%rs.delete%>
<%rs.close%>
<%set rs=nothing%>
<%
response.Redirect("admin_right.asp?url=ggmanage.asp&reason=成功删除公告.")
%>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?