14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/IncludeBegin.jsp"%>
|
|
<%-- 页面说明: 上下框架页面 --%>
|
|
<%@include file="/Resources/CodeParts/Frame02.jsp"%>
|
|
<script type="text/javascript">
|
|
mytoptd.height = 260;
|
|
function openPage(){
|
|
AsControl.OpenComp("/AppConfig/Document/DocumentList.jsp","","rightup","");
|
|
AsControl.OpenComp("/AppConfig/Document/DocumentFrameMix.jsp","","rightdown");
|
|
}
|
|
openPage();
|
|
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%> |