js是: var tmp = window.open("about:blank", "", "fullscreen=1"); tmp.moveTo(0, 0); tmp.resizeTo(screen.width - 0, screen.height); tmp.focus(); tmp.location ="${servletURL}?viewlet=a.cpt&ref_t=design&op=write"; 用这种写法弹出的对话框 使用 window.parent.contentPane.refreshAllSheets(); 无法刷新父窗口,求教是否有别的写法?前提是 只用window.open这种弹窗 |