?? logout.asp
字號(hào):
<%'=========================================
'ScriptMate User Manager Version 2.1
'Copyright 2001 (C) ScriptMate.Com
'User Module
'This module helps a member to logout
'For any help with modification to
'this file contact support@scriptmate.com
'=========================================
Sub Logout()
dim url
url = request("url")
if not Application("smumdebugmode") then on error resume next
Application("smummultiplelogs") = replace(Application("smummultiplelogs"),session("Username")&"|","")
session.Abandon
if isnull(url) then
Response.Redirect Application("smumlogoutredirect")
else
Response.Redirect URL
end if
End Sub%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -