operation_del.asp
来自「适用于网络/信息企业」· ASP 代码 · 共 20 行
ASP
20 行
<!--#include file="../INC/Conn.asp"-->
<!--#include file="inc/Check.asp"-->
<!--#include file="inc/public.asp"-->
<%
dim Makking
Makking = Trim(Request.QueryString("Makking"))
'---------------------------------
select case Makking
case ""
Conn.Execute("Delete Operation where Pact_ID = '"& Request.QueryString("ID") &"'")
Response.Write "<script>window.opener.location.reload();window.close();</script>"
Response.End
end select
Conn.Close
Set Conn = Nothing
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?