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

18 lines
518 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
/*
页面说明: 示例左右联动框架页面
*/
%><%@include file="/Resources/CodeParts/Frame03.jsp"%>
<script type="text/javascript">
OpenList();
function OpenList(){
AsControl.OpenView("/FrameCase/widget/dw/ExampleList07.jsp","","frameleft");
}
function OpenInfo(sExampleId){
AsControl.OpenView("/FrameCase/widget/dw/ExampleInfo.jsp", "ExampleId="+sExampleId, "frameright");
}
</script>
<%@ include file="/IncludeEnd.jsp"%>