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.
57 lines
1.5 KiB
57 lines
1.5 KiB
<%
|
|
/***************************************************************
|
|
* <p>ProName:OccQuestQueryMain.jsp</p>
|
|
* <p>Title:职业分部查看</p>
|
|
* <p>Description:职业分部查看</p>
|
|
* <p>Copyright:Copyright (c) 2012</p>
|
|
* <p>Company:Sinosoft</p>
|
|
* @author : weigh
|
|
* @version : 8.0
|
|
* @date : 2014-04-24
|
|
****************************************************************/
|
|
%>
|
|
<%@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 tEdorNo = request.getParameter("EdorNo");
|
|
String tSrc = "";
|
|
|
|
tSrc = "./OccQuestQueryInput.jsp";
|
|
tSrc += "?GrpPropNo="+ tGrpPropNo+"&EdorNo="+ tEdorNo;
|
|
|
|
%>
|
|
</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>
|
|
|