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

📄 index.asp

📁 办公系统
💻 ASP
字号:
<!--#include file="includes/db.asp"-->
<html>
<%
call insureID()
%>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>办公自动化系统</title>
</head>

<frameset rows="77,*" scrolling="no" noresize border="0" framespacing="0" frameborder="0">
 <frame name="TopWindow" src="Top.asp" scrolling="no" noresize >
 <frameset cols="135,*" >
  <frame name="LeftWindow" target="MainWindow" src="Left.asp" scrolling="no"  style="border: 0 ridge #000000; padding-top: 0;  padding-bottom: 0" noresize >
  <frame name="MainWindow" src="Desktop.asp" scrolling="no" style="border: 0 ridge #000000; padding-top: 0; padding-bottom: 0"  noresize>
 </frameset>
 <noframes>
 <body>
 <p>此网页使用了框架,但您的浏览器不支持框架。</p>
 </body>
 </noframes>
</frameset>
</html>



⌨️ 快捷键说明

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