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

📄 top.asp

📁 一个我从网上收集的OA系统
💻 ASP
字号:
<!--#include file="check.asp"-->
<html><head><title>top</title>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
<script>
   function  logout()
   {
      if  (confirm("确认退出网络综合信息办公系统?"))
      {
        document.location.href="logout.asp";
      }
   }
</script>

<base target="middle">

</head>
<body bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<table border=0 cellPadding=0 cellSpacing=0 width="100%" height="72">
  <tr> 
	<td> <iframe src="top_1.asp" width=605 height=75 border=0 frameborder=0 framespacing=0 marginheight=0 marginwidth=0 noResize scrolling=no vspace="0"></iframe> 
	</td>
	<td align=right><a href="images/ooa_menu.swf" 
      target=main><img border=0 hspace=10 
      src="images/t_4.gif"></a><a 
      href="help.asp" target=main><img border=0 
      hspace=10 src="images/t_5.gif"></a><a href="javascript:logout()" target=_self><img border=0 
      hspace=10 src="images/t_6.gif"></a></td>
  </tr>

  <tr bgColor=#276db2> 
	<td height="27" colspan="2"></td>
  </tr>
</table>
</body></html>

⌨️ 快捷键说明

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