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

📄 top.asp

📁 很好的OA办公系统
💻 ASP
字号:
<%response.expires=0%>
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/css.css">
</head>
<%
oabusyname=request.cookies("oabusyname")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" then 
	response.write("<script language=""javascript"">")
	response.write("window.top.location.href='default.asp';")
	response.write("</script>")
	response.end
end if
%>

<body bgcolor="#D4D0C8" topmargin="0" leftmargin="0" style="height:expression(document.body.offsetHeight-6)" border="0" cellspacing="0" cellpadding="0" class="borderon">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td width="225" align="center" valign="middle"> 
      <!--   <img name="head_r1_c1" src="images/head_r1_c1.jpg" width="259" height="47" border="0">-->
      <p><img src="image/logo.gif" width="210" height="30" border="0"></IFRAME> </td>
   <td width="678">
<p align="right">
<font color="#666666">
<%
response.write("部门:"&oabusyuserdept&"&nbsp;&nbsp;")
response.write("姓名:"&oabusyname&"&nbsp;&nbsp;")
response.write("职务:"&oabusyuserlevel&"&nbsp;&nbsp;")
%>
 <b>
 <a href="aboutus.asp" target="main">[ 关于OA ]</a>  
 </b>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </font> 
   </td>
  </tr>
</table>
<script language="javascript">
//单击"注销"连接时,弹出对话框是否要求退出系统
function closesystem()
{
	window.open('logout.asp?closeflag=0','closesystem','location=no,height=10, width=10, top=600, left=10,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no');
	window.location.href="default.asp";
}
</script>
</body>
</html>

⌨️ 快捷键说明

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