0
我有这样的代码BrowserWindowOpener关闭事件
printWindow = new BrowserWindowOpener(invoicesBeanService.getHTMLStream()); printWindow.setFeatures("menubar=no,location=no,toolbar=no,resizable=no,scrollbars=yes,status=no,width=900");
printWindow.extend(this.button_2);
我如何检测BrowserWindowOpener
关闭事件,当我关闭弹出窗口?
要简单是真理:)。当主窗口关闭时,button_2从printwindow和资源连接器分离到printWindow丢失,导致资源删除(动态html报告) – freeland