📄 shenhe2.asp
字号:
<%@ codepage ="936" %>
<%
if instr(session("flag_fyadmin"),"63")=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 E_flag from zhanhui where exhib_id="&request("exhib_id")&""
rs.open sql,conn,3,3
rs("E_flag")=1
rs.update
rs.close
set rs=nothing
conn.close
set conn=nothing
response.redirect "ws.asp"
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -