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/LCContPolChildAmntMain.jsp

57 lines
1.6 KiB

<%
/***************************************************************
* <p>ProName:LCContPolChildAmntMain.jsp</p>
* <p>Title:未成年人累计身故保额查询中转页</p>
* <p>Description:未成年人累计身故保额查询中转页</p>
* <p>Copyright:Copyright (c) 2012</p>
* <p>Company:Sinosoft</p>
* @author :
* @version :
* @date : 2025/7/25
****************************************************************/
%>
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@include file="../common/jsp/UsrCheck.jsp"%>
<html>
<script language="javascript">
function focusMe() {
window.focus();
}
</script>
<head>
<%
String tGrpPropNo = request.getParameter("GrpPropNo");
String tPolicyNo = request.getParameter("PolicyNo");
String tManageCom = request.getParameter("ManageCom");
String tSrc = "";
tSrc = "./LCContPolChildAmntInput.jsp";
tSrc += "?GrpPropNo="+ tGrpPropNo+"&PolicyNo"+tPolicyNo+"&ManageCom="+tManageCom;
%>
</head>
<frameset name="fraMain" rows="0,0,0,*" frameborder="no" border="1" framespacing="0" cols="*">
<frame name="VD" src="../common/cvar/CVarData.html">
<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">
<frame id="fraInterface" name="fraInterface" scrolling="auto" src="<%=tSrc%>">
<frame name="fraNext" src="about:blank" scrolling="auto">
</frameset>
</frameset>
<noframes>
<body bgcolor="#ffffff" onblur="focusMe();">
</body>
</noframes>
</html>