⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 product_del_deal.asp

📁 建造工业系统所需的SQL源代码
💻 ASP
字号:
<!--#include file="Conn/Conn.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
If Request.Form("DelID")<>"" Then
sql="Delete From tb_products Where ID in( "&Request.Form("DelID")&")"
conn.Execute(sql)
%>
<script language="javascript">
alert("数据删除成功!");
window.location.href="product.asp";
</script>
<% End If%>

⌨️ 快捷键说明

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