duinfw_shcp.asp

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

ASP
30
字号
<% if session("name")<>"" then %>
<!--#include file="Global.asp" -->
  
   
     
<%
       
       
        set rs=server.createobject("adodb.recordset")
	    rs.Open "duinfw",conn,2,2
       
        RS.Find "id=" & request("id")
        Rs("shr")=session("yonghm")
        Rs("shyj")=request("sele1")
        Rs("shrq")=now

        Rs.update
        Rs.close
            
        Response.Write ("审核完毕!")
       
     
else %>
<P>请登录 </p>
<% end if %>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

⌨️ 快捷键说明

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