2018-06-03 22:26:41 +08:00

19 lines
536 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
/*
页面说明: 示例上下联动框架页面
*/
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
<script type="text/javascript">
mytoptd.height=300;
OpenList();
function OpenList(){
AsControl.OpenView("/FrameCase/widget/dw/ExampleList06.jsp","","rightup");
}
function OpenInfo(sExampleId){
AsControl.OpenView("/FrameCase/widget/dw/ExampleInfo.jsp", "ExampleId="+sExampleId, "rightdown");
}
</script>
<%@ include file="/IncludeEnd.jsp"%>