You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
FZ/lis-module-grp-pa-web/src/main/webapp/g_pos/EdorMissionFrame.jsp

55 lines
2.0 KiB

<%--Root="../../" --%>
<%@page contentType="text/html;charset=UTF-8" %>
<%@include file="../common/jsp/UsrCheck.jsp"%>
<%
//程序名称:EdorMissionFrame.jsp
//程序功能:保全操作轨迹查询
//创建日期:2005-11-24 19:10:36
//创建人 :zhangtao
//更新记录: 更新人 更新日期 更新原因/内容
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<%--<title>保全操作轨迹</title>--%><title>LIS</title>
<script language="javascript">
var intPageWidth=screen.availWidth;
var intPageHeight=screen.availHeight;
window.resizeTo(intPageWidth,intPageHeight);
window.focus();
</script>
</head>
<%--<frameset rows="0,0,0,65,*" frameborder="no" border="1" framespacing="0" cols="*"> --%>
<%--<frameset name="fraMain" rows="0,0,0,0,*" frameborder="no" border="1" framespacing="0" cols="*">--%>
<frameset name="fraMain" rows="0,0,0,*" frameborder="no" border="1" framespacing="0" cols="*">
<%--标题与状态区域--%>
<%--保存客户端变量的区域,该区域必须有--%>
<frame name="VD" src="../common/cvar/CVarData.jsp">
<%--保存客户端变量和WebServer实现交户的区域,该区域必须有--%>
<frame name="EX" src="../common/cvar/CExec.jsp">
<frame name="fraTitle" scrolling="no" noresize src="about:blank" >
<frameset name="fraSet" cols="0%,*,0%" frameborder="no" border="1" framespacing="0" rows="*">
<%--菜单区域--%>
<frame name="fraMenu" scrolling="yes" noresize src="about:blank">
<%--交互区域--%>
<%
String pMissionID= com.sinosoft.utility.XssUtil.escapeJavaScript(request.getParameter("MissionID"));
String varSrc = "./EdorMissionInput.jsp?"
+"&MissionID="+pMissionID;
%>
<frame id="fraInterface" name="fraInterface" scrolling="auto" src="<%=varSrc%>">
<%--下一步页面区域--%>
<frame id="fraNext" name="fraNext" scrolling="auto" src="about:blank">
</frameset>
</frameset>
<noframes>
<body bgcolor="#ffffff">
</body>
</noframes>
</html>