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

📄 shenhe.asp

📁 物流管理系统,可以用于中小企业,建立自己的内部物流管理.
💻 ASP
字号:
<%@ 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" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>展会信息审核</title>
<LINK href="../Style.css" rel=stylesheet type=text/css>
</head>
<body>
<%
    set rs=server.createobject("adodb.recordset")
    sql="select tuijian from zhanhui where exhib_id="&request("exhib_id")&""
    rs.open sql,conn,3,3
	    rs("tuijian")=0
    rs.update
rs.close
set rs=nothing
conn.close
set conn=nothing
response.redirect "default.asp"
%>
</body>
</html>

⌨️ 快捷键说明

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