📄 del_onlinedd.asp
字号:
<!--#include file=../system/include/config.asp-->
<!--#include file=../share/conn_system.asp-->
<!--#include file=../system/include/function.asp-->
<!--#include file=../system/include/access_zj.asp-->
<%
dim checkbox,strSql
checkbox=request("checkbox")
if checkbox="" then
out("参数传递出错!")
out("<a href=""javascript:window.go(-1)"">返回</a>!")
response.end
end if
checkbox=replace(checkbox," ","")
checkbox=replace(checkbox,","," or id=")
strSql="delete from [onlinedd] where id=" & checkbox
conn.execute(strSql)
if request("ii")="new" then
response.redirect "view_newdd.asp"
else
response.redirect "view_olddd.asp"
end if
%>
<!--#include file=../system/include/foot.asp-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -