?? function.asp
字號:
<%
function Checkin(s)
s=trim(s)
s=replace(s," ","&nbsp;")
s=replace(s,"'","&#39;")
s=replace(s,"""","&quot;")
s=replace(s,"<","&lt;")
s=replace(s,">","&gt;")
Checkin=s
end function
function CheckAdmin1
if Session("IsAdmin")<>true or session("IsGroup")<>"super" then response.redirect "error.asp"
end function
function CheckAdmin2
if Session("IsAdmin")<>true or (session("IsGroup")<>"super" and session("IsGroup")<>"standard") then response.redirect "error.asp"
end function
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -