本帖最后由 aphen 于 2013-11-22 17:22:37 编辑

解决方案 »

  1.   

      close: function () {
                        demoDG1 = $.dialog({
                        id: 'demo_ZB',
                         focus: true
                        });
                        }在子窗口中加入关闭事件,demoDG1 为父窗口对象,假如:  demoDG1 = $.dialog({
            id: 'demo_ZB',
            padding: '15px',
            width: '990px',
            height: 550,