replysavebook.asp
来自「一个很好的ASp.net论坛程序」· ASP 代码 · 共 18 行
ASP
18 行
<!-- #include file="conn.asp" -->
<!-- #include file="function.asp" -->
<%
if session("admin")="" then
response.redirect "index.asp"
end if
if request("neirong")<>"" and request("id")<>"" then
neirong=request("neirong")
id=cint(request("id"))
sql="update book set neirong='"& neirong &"',layer="& id &" where id="& id
db.execute(sql)
response.redirect "index.asp?page_no="& session("page_no")
else
response.redirect "replybook.asp?id="& id
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?