place_del_ok.asp
来自「新闻发布系统」· ASP 代码 · 共 30 行
ASP
30 行
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file=config.asp -->
<!--#include file="check.asp"-->
<html><head>
<meta http-equiv=Content-Language content=zh-cn>
<meta http-equiv=Content-Type content=text/html; charset=gb2312>
<meta http-equiv=Pragma content=no-cache>
<link href=../css/css.css rel=STYLESHEET type=text/css>
<title>广告发布管理</title>
<base target=_top>
</head><body marginwidth=0 marginheight=0>
<%
ID = Request("ID")
place=request("place")
button_value=trim(Request.Form("alert_button"))
if button_value="是" then
adsconn.open adsdata
adsconn.Execute="DELETE * FROM [place] WHERE place='" & place & "'"
'adsconn.Execute="DELETE * FROM [ads] WHERE place=" & place
adsconn.close
set adsconn=nothing
end if
Response.Redirect "Mana.asp"
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?