gys_del.asp

来自「系统包括采购管理、销售管理、分销管理、库存管理、财务管理、统计报表、编码管理等功」· ASP 代码 · 共 22 行

ASP
22
字号
<%
if request.Cookies("shiwei_username")="" then
%>
<script language="javascript">
top.location.href="../index.asp"
</script>
<%  
  response.end
end if
%>
<!-- #include file="../conn2.asp" -->
<%
id=replace(request("id")," ","")
id=split(id,",")
for i=0 to UBound(id)
  sql="delete from gys where id="&id(i)
  conn.execute(sql)
next
response.redirect "gys.asp"
%>

⌨️ 快捷键说明

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