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

📄 empmain_mainframe.asp

📁 好用的管理,代码程序 好用的管理,代码程序
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>海讯信息科技有限公司</title>
<script>
function maxTop(){
    document.all.frmTopTD.style.height="100%"
    document.all.frmBottomTD.style.display="none"  
    document.all.frmTopTD.style.display="" 
    document.all.frmBottomTD.style.height="0"    
}
function maxBottom(){
   document.all.frmTopTD.style.height="0"
   document.all.frmTopTD.style.display="none"
   document.all.frmBottomTD.style.display=""
   document.all.frmBottomTD.style.height="100%"
 
}
function restore(){
    document.all.frmBottomTD.style.display=""
    document.all.frmTopTD.style.display=""
    document.all.frmTopTD.style.height="50%"
    document.all.frmBottomTD.style.height="50%"
}
</script>
<style type="text/css">
<!--
.middlebar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
-->
</style>
</head>

<body topmargin="0" leftmargin="0" scroll="no">
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
  <tr id="frmTopTD" height="50%">
    <td width="100%"><iframe name="frmTop" id="frmTop" frameborder="0" src="EmpMain_List.asp" style="width:100%;height:100%"></iframe></td>
  </tr>
  <tr height="14">
                <td width="100%" valign="middle" background="images/line.gif" bgcolor="#66CCFF" class="middlebar">&nbsp;<img border="0" src="images/restore.gif" width="14" height="14" onClick="restore()" style="cursor:hand"> 
                  <img border="0" src="images/up.gif" width="14" height="14" onClick="maxTop()" style="cursor:hand"> 
                  <img border="0" src="images/down.gif" style="cursor:hand" width="14" height="14" onClick="maxBottom()"></td>                                                                 
  </tr>
  <tr id="frmBottomTD" height="50%">
    <td width="100%"><iframe name="frmbottom" id="frmbottom" frameborder="0" src="EmpMain_blank.asp" style="width:100%;height:100%"></iframe></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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