quanxian_cp.asp

来自「一套asp办公小软件」· ASP 代码 · 共 55 行

ASP
55
字号
<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 + =
减小字号Ctrl + -
显示快捷键?