- 注册时间
- 2012-8-3
- 最后登录
- 2012-10-31
- 阅读权限
- 10
- 积分
- 153
- 精华
- 0
- 帖子
- 38
|
主页面采用框架集设计:
代码如下:
<frameset frameborder="no" framespacing="0" rows="18%,*,3%" style="width: 1033px;">
<frame frameborder="0" src="<%=request.getContextPath() %>/demo1.jsp">
<frameset cols="210,10,*" framespacing="0" frameborder="NO" border="0" name="mainFrm" >
<frame name="leftFrm" src="${ctx}/SpesDispatchAction.do?efFormEname=DCTREE1">
<frame name="midFrm" src="${ctx }/SPES/DC2/DCMidd.jsp" scrolling="NO" noresize >
<frame name="rightFrm" src="${ctx}/SpesDispatchAction.do?efFormEname=DCMAINT" >
</frameset>
<frame frameborder="0" src="<%=request.getContextPath() %>/bottom.jsp">
页面如下:
现在点击“新增子目录”
调用
function doCreate() {
alert("新增子目录");
mini.open({
//url:"${ctx}/SpesDispatchAction.do?efFormEname=DCDIR02&serviceName=Directory&methodName=queryNewDirectory&r-0-directoryparentguid=OOOOOOOO&directoryKind1=O&parentGuid=00000000000000000000000000000000&r-0-module=DC" ,
url:"${ctx}/SpesDispatchAction.do?efFormEname=BMZP003&serviceName=BMZP001&methodName=initInsert",
title: "新增子目录", width: 650, height: 450,
ondestroy: function (action) {
grid.reload();
}
});
}
但是不能打开对应页面。 为什么? 望解决
|
|