?? updata_notice.asp
字號:
<!--#include file="conn.asp"-->
<%
if session("login")<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您還未登錄或者超時,請重登錄!');"&"window.location.href = '../'"&" </script>"
response.end
end if
sql="update notice set notice='"&request("notice")&"',chtime='"&now()&"' where id=1"
rs.open sql,conn,1,1
set rs=nothing
set conn=nothing
response.write "<script language=JavaScript>" & chr(13) & "alert('修改成功!');"&"window.location.href = 'admin_up_notice.asp'"&" </script>"
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -