delsyh.asp
来自「购物系统(本版为正式商业版」· ASP 代码 · 共 20 行
ASP
20 行
<!--
┌─9911.com.cn────────────┐
│ 动感购物 WWW.9911.com.cn 版权所有 │
│ 动感购物2005Vb 联系:web@snsn.net │
└───────────9911.com.cn──┘
-->
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<!--#include file="fuction.asp"-->
<%
id=nosql(request.QueryString("id"))
if id="" then
response.write "<script LANGUAGE='javascript'>alert('参数错误,请返回!');history.go(-1);</script>"
response.End
else
conn.execute "delete from shop_yh where username='"&checkFFSQLStr(session("username"))&"' and id="&id
response.write "<script LANGUAGE='javascript'>alert('成功退订,请返回!');history.go(-1);</script>"
response.End
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?