jQuery MiniUI
标题:
mini.open怎么关闭旧窗口打开新窗口
[打印本页]
作者:
Aisin丿Gioro
时间:
2019-11-12 17:03:50
标题:
mini.open怎么关闭旧窗口打开新窗口
function
importExcel
(){
mini
.
open
({
url
:
ROOTPATH
+
"report/importExcel"
,
title
:
"选择基本信息(Excel)"
,
width
:
800
,
height
:
550
,
allowResize
:
false
,
allowDrag
:
true
,
ondestroy
:
function
(action) {
if
(action ==
"ok"
) {
mini
.
open
({
url
:
rootPath
+
"/report/parseResult"
,
//页面地址
title
:
"查看"
,
iconCls
:
""
,
width
:
1000
,
height
:
550
,
allowResize
:
true
,
allowDrag
:
true
,
showMaxButton
:
true
,
ondestroy
:
function
(action) {
if
(action ==
"ok"
) {
grid
.
reload
();
}
}
});
}
}
})
}
在importExcel页面中调用关闭cancel('ok')会关闭第一个窗口,但是不会打开第二个窗口,怎么才能关闭旧窗口打开新窗口
作者:
felt
时间:
2019-11-12 17:38:32
这不影响的
检查你子页面关闭的时候是否用了CloseWindow("ok")
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2