?? gensystem.asp
字號:
<%response.expires=0%>
<%
oabusyname=request.cookies("oabusyname")
oabusyuserid=request.cookies("oabusyuserid")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" or oabusyuserid="" then
response.write("<script language=""javascript"">")
response.write("window.top.location.href='default.asp';")
response.write("</script>")
response.end
end if
%>
<HTML>
<HEAD>
<TITLE>file system</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<meta http-equiv="pragma" content="no-cache">
<script language="javascript">
//單擊"注銷"連接時,彈出對話框是否要求退出系統
function closesystem()
{
window.open('logout.asp?closeflag=1','closesystem','location=no,height=10, width=10, top=600, left=10,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no');
}
</script>
</HEAD>
<FRAMESET frameborder="0"
rows=0,0,72,* cols="*" border="0" framespacing="0">
<FRAME name=banner1 src="top0.asp" noResize scrolling=no target="contents">
<FRAME name=banner1 src="top1.asp" noResize scrolling=no target="contents">
<FRAME name=banner src="top.asp" noResize scrolling=no target="contents">
<FRAMESET cols=150,* rows="*" border="0" framespacing="0">
<FRAME name=contents src="left.asp" noResize scrolling=no target="main">
<FRAME name=main src="showfile.asp">
</FRAMESET>
<NOFRAMES>
<body>
<p>此網頁使用了框架,但您的瀏覽器不支持框架。</p>
</body>
</NOFRAMES></FRAMESET>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -