20 lines
721 B
Plaintext
20 lines
721 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include file="/IncludeBegin.jsp"%><%
|
|
/*
|
|
页面说明: 示例上下联动框架页面
|
|
*/
|
|
String nodeNo=CurPage.getParameter("NodeNo");
|
|
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
|
|
<script type="text/javascript">
|
|
mytoptd.height=300;
|
|
OpenList();
|
|
OpenInfo();
|
|
function OpenList(){
|
|
AsControl.OpenView("/Tenwa/Lease/Flow/Contract/ContractOnhireChange/guarantee/LBGuaranteeUnitHis.jsp","TempletNo=LBGuaranteeUnitListHis&RightType=ReadOnly&NodeNo=<%=nodeNo%>_1","rightup");
|
|
}
|
|
|
|
function OpenInfo(){
|
|
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteeUnitList.jsp", "NodeNo=<%=nodeNo%>", "rightdown");
|
|
}
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%> |