dianzwj_dacp.asp

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

ASP
43
字号
<% if session("name")<>"" then %>
<!--#include file="Global.asp" -->
  
   
     
<% 
if request("tim1")<>"" then
       sj1=request("tim1")
    end if
    if request("tim2")<>"" then
       sj1=sj1+","+request("tim2")
    end if
    if request("tim3")<>"" then
       sj1=sj1+","+request("tim3")
    end if
    if request("tim4")<>"" then
       sj1=sj1+","+request("tim4")
    end if
    if request("tim5")<>"" then
       sj1=sj1+","+request("tim5")
    end if   
    
        set rs=server.createobject("adodb.recordset")
	    rs.Open "dianzwj",conn,2,2
       
        RS.Find "id=" & request("id")
        Rs("dangaffr")=session("yonghm")
        Rs("dangarq")=now
        Rs("neir")=sj1

        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 + -
显示快捷键?