jQuery MiniUI

标题: parent.location.reload()问题 [打印本页]

作者: xz19861120    时间: 2012-10-29 11:11:09     标题: parent.location.reload()问题

如果我想要关闭子窗口,刷新父页面,用parent.location.reload();
如图1[attach]841[/attach]
我写的代码是:
  1. //审核通过
  2. function onOk(e) {
  3.     var id = Utility.getQueryString("id");
  4.     $.ajax({
  5.         url: "sh.ashx?t=de&method=updateAuditPass&id=" + id,
  6.         success: function (text) {
  7.             CloseWindow();
  8.             parent.location.reload(); //刷新父页面   
  9.         },
  10.         error: function () {
  11.         }
  12.     });
  13. }
复制代码
但是效果却是:[attach]842[/attach]

求解,怎么实现这个刷新父页面


作者: factory    时间: 2012-10-29 11:44:11

你在父页面的mini.open的destroy里面刷新本页面




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2