zh_del1.asp

来自「物流管理系统,可以用于中小企业,建立自己的内部物流管理.」· ASP 代码 · 共 20 行

ASP
20
字号
<%@ codepage ="936" %>
<%
if instr(session("flag_fyadmin"),"64")=0 then
response.redirect "../login.asp"
response.end
end if
%><!--#include file="../../inc/config.asp"-->
<!--#include file="../../conn/dbconn2.asp"-->
<%id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select exhib_id from zhanhui where exhib_id="&id
rs.open sql,conn,3,2
if not rs.eof then
rs.delete
rs.close
set rs=nothing
conn.close
set conn=nothing
end if
response.redirect "weishen.asp"%>

⌨️ 快捷键说明

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