⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addgonggao.asp

📁 酒店管理系统
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -