首页 > 代码库 > 【已解决】artDialog在iframe窗口中关闭弹出窗口返回并刷新父页面

【已解决】artDialog在iframe窗口中关闭弹出窗口返回并刷新父页面

在父页面弹出窗口中,添加回调函数,当close时调用,直接上代码:

art.dialog.open(url, {
        lock : true,
        title : text,
        width : ‘800px‘,
        height : ‘500px‘,
        close : function () {
             art.dialog.open.origin.location.href="http://www.mamicode.com/url1";
        }
    });

备份防止忘记!

【已解决】artDialog在iframe窗口中关闭弹出窗口返回并刷新父页面