22 lines
739 B
Plaintext
22 lines
739 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include file="/IncludeBegin.jsp"%><%
|
|
/*
|
|
页面说明: 示例上下联动框架页面
|
|
*/
|
|
String sTransID = (String)CurComp.getParameter("ItemNo");
|
|
String inputparatemplete = (String)CurComp.getParameter("attribute1");
|
|
|
|
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
|
|
<script type="text/javascript">
|
|
mytoptd.height=300;
|
|
OpenList();
|
|
|
|
function OpenList(){
|
|
AsControl.OpenView("/Accounting/Config/TransEntryConfigList.jsp","TransID="+<%=sTransID%>+"&Inputparatemplete=<%=inputparatemplete%>&ToInheritObj=y","rightup");
|
|
}
|
|
|
|
function OpenInfo(args){
|
|
AsControl.OpenView("/Accounting/Config/TransEntryConfigInfo.jsp", args, "rightdown");
|
|
}
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%> |