📄 quanxian_cp.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<!--#include file="Global.asp" -->
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>权限</title>
</head>
<body>
<%if request("sysop")="sysop" then
s1="1"
else
s1="0"
end if
if request("xiangmu")="ON" then
s2="1"
else
s2="0"
end if
if request("xiangmu1")="ON" then
s2="1"
else
s2="0"
end if
if request("xiangmu2")="ON" then
s3="1"
else
s3="0"
end if
dim rs1
set rs1=server.CreateObject("adodb.recordset")
rs1.Open "yuang",conn,2,2
RS1.Find "id=" & request("id")
rs1("quanx")=s1
rs1("xiangm")=s2
rs1("zhengz")=s3
rs1("het")=s4
rs1.Update
rs1.close
Response.Redirect "quanxian_gl.asp"
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -