?? init.asp
字號:
<%Response.Expires=0%>
var openwindow=0;
<%
oabusyname=request.cookies("oabusyname")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername<>"" then
session("username")=oabusyusername
session("siteid")=1
%>
//if (window.name!="main8315")
//{
//openwinflag=window.open('','hrz8315','fullscreen=1,toolbar=no,scrollbars=no,resizable=0,menubar=no',name='main8315');
//openwinflag.resizeTo(135,405);
//openwinflag.moveTo(200,163);
//openwinflag.focus();
//openwinflag.location.href="/qqprg/main.asp";
//}
openwinflag=window.open('','hrz8315','fullscreen=1,toolbar=no,scrollbars=no,resizable=0,menubar=no',name='main8315');
openwinflag.resizeTo(112,301);
openwinflag.moveTo(700,363);
openwinflag.focus();
openwinflag.location.href="qqprg/kuaig.asp";
<%
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -