?? login.asp
字號:
<%
if session("ok")="yes" then
response.write("function killErrors() {return true;}")
response.write("window.onerror = killErrors;")
response.write("function show(){pop=window.open('login.asp','','width=270,height=150,top=200,left=300');")
response.write("if(pop){if((pop.document.body.clientWidth>280)||(pop.document.body.clientHeight>160)){")
response.write("pop.close();")
response.write("window.showModalDialog(""about:<""+""script language=javascript>window.open('login.asp','','width=270,height=150,top=200,left=300');window.close();""+""</""+""script>"","""",""dialogWidth:0px;dialogHeight:0px"");")
response.write("}}}show();")
else
response.Redirect("../index.asp")
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -