duinfw_msxfcp1.asp
来自「一套asp办公小软件」· ASP 代码 · 共 29 行
ASP
29 行
<% 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("shoujr")=request("Content3")
Rs("txrq")=now
Rs.update
Rs.close
Response.Redirect "wenjlb.asp"
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 + -
显示快捷键?