class mypopupcloselink extends popupcloselink {
oncomponenttag(tag) {
super.oncomponenttag(tag);
tag.put("onclick","window.parent.refresh();");
}
}
-igor
On Tue, Feb 19, 2008 at 11:24 AM, Edvin Syse <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a Link with PopupSettings to open another window, and then there is a
> PopupCloseLink on the new page which closes the popupwindow
> again. Is there a way to make the "parent" browserwindow refresh when I
> close the popupwindow also?
>
> Using ModalWindow makes this easy but I cannot have a ModalWindow in this
> usecase.
>
> -- Edvin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]