addgonggao.asp
来自「随着计算机技术的广泛应用,在酒店客房管理中引入计算机管理技术,成为一个值得深入研」· ASP 代码 · 共 15 行
ASP
15 行
<!--#include file="../inc/conn.asp"-->
<!--#include file="checkpwd.asp"-->
<!--#include file="../inc/title.inc"-->
<%
gonggao=request.Form("gonggao")
'sql=""
if session("power")<>1 then
Response.Write("<script>alert(""你不是超级用户"");location.href=""gonggao.asp"";</script>")
else
sql="update goga set gg='"&gonggao&"'"
'response.Write(sql)
conn.execute(sql)
Response.Write("<script>alert(""添加成功"");location.href=""gonggao.asp"";</script>")
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?