?? error.asp
字號:
<%
'=========================================
'ScriptMate User Manager Version 2.1
'Copyright 2001 (C) ScriptMate.Com
'Admin Module
' This module helps in displaying an error message
'For any help with modification to
'this file contact support@scriptmate.com
'=========================================
Sub Error()
smumadminheader("Error")
if not Application("smumdebugmode") then on error resume next
if session("admin") = "" then
Response.Redirect smumadminpage & "?action=login"
end if
smumFormOpenTable
smumFormHeader "Error"
smumFormResponse "An error is occured, please check the errorlog."
smumFormCloseTable
End Sub%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -