<!--#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
%>