Tuesday, November 01, 2005

Refresh Parent window from Child window on Child window Close (JavaScript)

Here is a piece of code to force refresh to the parent window on closing child window

javascript: window.opener.location.reload();window.close();

Put this code in the child window on any event raised on button or link

No comments: