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

📄 main.vm

📁 负责公文的传输及一些处理功能
💻 VM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="$request.getContextPath()/csslib/style.css" type="text/css">
<title>公文传输系统</title>
<script language="javascript">
function aaa(){
	var div=document.createElement("<iframe id='divObject' style='position:absolute;visibility:visible;background:#000;filter:alpha(opacity=50);z-index:2;left:0;top:0;width:1200px;height:2000px;'></iframe>");
	document.body.appendChild(div);
}

function bbb(){
	var div = document.getElementById("divObject");
	document.body.removeChild(div);
}

function createLayer1(){
  var div=document.createElement("<iframe id='divObject' style='position:absolute;visibility:visible;background:#000;filter:alpha(opacity=50);z-index:2;left:0;top:0;width:1200px;height:2000px;'></iframe>");
  document.body.appendChild(div);
}

function removeLayer1(){
  var div = document.getElementById("divObject");
  document.body.removeChild(div);
}
</script>
</head>
<body scroll=no>
      <table valign=top border=0 cellpadding=0 cellspacing=0 width="100%">
        <tr>
          <td>
             <iframe frameborder=0 id=topFrame name="topFrame" scrolling=no src="$request.getContextPath()/root/top.vm" style="VISIBILITY: inherit; WIDTH: 100%;HEIGHT:75;Z-INDEX: 1"></iframe>
          </td>
        </tr>
        <tr>
          <td>
             <iframe frameborder=0 id=topMenu name="topMenu" scrolling=no src="$request.getContextPath()/root/topmenu.vm" style="VISIBILITY: inherit; WIDTH: 100%;HEIGHT:25; Z-INDEX: 1"></iframe>
          </td>
        </tr>
        <tr>
          <td>
             <iframe frameborder=0 id=main name="main" scrolling=no src="$request.getContextPath()/root/mainxt.vm" style="VISIBILITY: inherit; WIDTH: 100%;HEIGHT:500;Z-INDEX: 1"></iframe>
          </td>
        </tr>
      </table>
</body>
</html>

⌨️ 快捷键说明

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