apzl_leasing/WebContent/FrameCase/Layout/ExampleFrame01_02.jsp
2018-06-03 22:26:41 +08:00

11 lines
434 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBegin.jsp"%><%
/*
页面说明: 示例上下框架页面
*/
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
<script type="text/javascript">
showChangeBtn();
AsControl.OpenView("/FrameCase/widget/dw/ExampleList.jsp","","rightup","");
AsControl.OpenView("/FrameCase/widget/dw/ExampleList.jsp","","rightdown","");
</script>
<%@ include file="/IncludeEnd.jsp"%>