jQuery MiniUI
标题:
parent.location.reload()问题
[打印本页]
作者:
xz19861120
时间:
2012-10-29 11:11:09
标题:
parent.location.reload()问题
如果我想要关闭子窗口,刷新父页面,用parent.location.reload();
如图1[attach]841[/attach]
我写的代码是:
//审核通过
function onOk(e) {
var id = Utility.getQueryString("id");
$.ajax({
url: "sh.ashx?t=de&method=updateAuditPass&id=" + id,
success: function (text) {
CloseWindow();
parent.location.reload(); //刷新父页面
},
error: function () {
}
});
}
复制代码
但是效果却是:[attach]842[/attach]
求解,怎么实现这个刷新父页面
作者:
factory
时间:
2012-10-29 11:44:11
你在父页面的mini.open的destroy里面刷新本页面
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2