⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gensystem.asp

📁 一个OA办公自动化系统
💻 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>合川市人口与计划生育委员会自动办公系统</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<meta http-equiv="pragma" content="no-cache">
<script src="qqprg/init.asp"></script>
<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="dayrep.asp">
  </FRAMESET>
  <NOFRAMES> 
<body>
  <p>此网页使用了框架,但您的浏览器不支持框架。</p>
  </body>
  </NOFRAMES></FRAMESET>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -