<%@page import="com.zky.manager.Login"%> <%@ page language="java" pageEncoding="UTF-8" %> <jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara" /> <html xmlns="http://www.w3.org/1999/xhtml"> <title>保密业务辅助管理系统</title> <head id="Head1" runat="server"> <script src="js/Mainext.js" type="text/javascript"></script> <script src="js/TabControl.js" type="text/javascript"></script> <script type="text/javascript"> //加载皮肤文件 loadCss(_skinId, 'Main.css'); function ShowMenu() { if (tdMenu.style.display == '') { tdMenu.style.display = 'none'; $("tdMenu1").title = $("tdMenu2").title = "显示菜单" } else { tdMenu.style.display = ''; $("tdMenu1").title = $("tdMenu2").title = "隐藏菜单" } } function myRefresh() { var httpRequest = new ActiveXObject("microsoft.xmlhttp"); httpRequest.open("GET", "test.aspx", false); httpRequest.send(null); } setInterval("myRefresh()", 30 * 1000); </script> <style> .dstyle1 { font-size:13px; font-weight: bold; color: #f00; } .dstyle2 { font-size:13px; font-weight: bold; color: #ff8c00; } </style> </head> <body > <form id="form1" runat="server" style="margin: 0"> <div style="right: 10px; top: 5px; position: absolute; height: 21px; text-align: right"> <%--<iframe id='Iframe1' width='189' height='190' align='center' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' src='http://weather.qq.com/inc/ss57.htm'> </iframe>--%> <%--<a>皮肤:</a><a href="#" onclick="loadSkin('1')">藤蔓绿</a> <a href="#" onclick="loadSkin('2')">经典蓝</a> <a href="#" onclick="loadSkin('3')">甜蜜橙</a> <a href="#" onclick="loadSkin('4')">淡雅灰</a>--%> </div> <div> </div> <!--把logo图片放在这里--> <div > </div> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="120" colspan="2" class="top" align="right" valign="bottom"> <iframe style="width: 100%; height:120px" frameborder="0" src="top.jsp"></iframe> </td> </tr> <tr> <td class="menuwidth" id="tdMenu"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="menu11"> </td> <td class="menu12"> </td> <td class="menu13"> </td> </tr> <tr> <td class="menu21"> </td> <td class="menu22" width=182px valign="top"> <iframe style="width: 182px; height: 530px" frameborder="0" src="left.jsp"></iframe> </td> <td class="menu23" id="tdMenu1" onClick="ShowMenu()"> <div class="tripbar"> </div> </td> </tr> <tr> <td class="menu31"> </td> <td class="menu32"> </td> <td class="menu33"> </td> </tr> </table> </td> <td valign="top"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="right11"> </td> <td class="right12"> </td> <td class="right13"> </td> </tr> <tr> <td class="right21" id="tdMenu2" onClick="ShowMenu()"> </td> <td class="right22" valign="top"> <script type="text/javascript"> var myTab = new HTabControl(_skinId, true); document.write(myTab.init()); myTab.Cts("系统介绍", "main.jsp"); </script> </td> <td class="right23"> </td> </tr> <tr> <td class="right31"> </td> <td class="right32"> </td> <td class="right33"> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>