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

📄 popwindow.jsp

📁 管理公司合同
💻 JSP
字号:
<%@ page contentType = "text/html;charset=GBK"%>
<head>
<link type="text/css" rel="StyleSheet" href="../style/css.css" />
<link type="text/css" rel="StyleSheet" href="../style/navg.css" />
	<link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/css/commonPage.css" />   
</head>
<script>
function gotoView(viewSrc){
	document.getElementById("myIframe").src = '<%= request.getContextPath() %>'+viewSrc;
}



</script>
<body>
	<form name="form1" action="" method="post" >
	<div class="navg">
		<div id="attendance" class="mainNavg">
			<ul>
				<li id="attendanceNavg"><a href="#" >预收合同</a></li>
				<li id="informationNavg"><a href="<%= request.getContextPath() %>/attendance/popPlan.jsp" >预付合同</a></li>
				<li id="teachingNavg"><a href="<%= request.getContextPath() %>/attendance/popContract.jsp">合同到期</a></li>
				<li id="communicationNavg" ><a href="<%= request.getContextPath() %>/attendance/popContractOut.jsp">异常合同</a></li>

			</ul>
		</div>	    

   <div id="homeworkAssign" >
	<IFrame id="myIframe" class="attach_iframe"  FRAMEBORDER="0" scrolling="no" style="width:100%;height:100%"  src = '<%= request.getContextPath() %>/tixing/TixingPlanAction.jsp' />
   </div>
	
</form>
</body>

</html>

⌨️ 快捷键说明

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