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

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

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

备份防止忘记!

你可能感兴趣的:(iframe,artdialog,关闭弹窗返回并刷新父页面)