product_classdel.asp

来自「生成防伪码,并导出为EXCEL表格,可查寻」· ASP 代码 · 共 11 行

ASP
11
字号
<!--#include file="Conn.asp"-->

<%
Dim id
id = Request("id")

Set dd = Conn.Execute("Delete From [Product_Class] Where ID = "&id)
  Response.write "<script language='javascript'>alert('删除成功!');" & chr(13)
  Response.write "window.document.location.href='Product_Class.asp';</script>"

%>

⌨️ 快捷键说明

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