Developer Blog

Refresh the parent browser when the popup is closed

When you click on a hyperlink on the popup window the popup closed & the parent window needs to be refreshed.

 To satisfy this need you have to write the following code in the hyperlink (”close window”) of popup window.

javascript:self.close();         // closes the current window (Popup).

opener.location.reload();     // Reloads the content of the parent window.

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-Spam Image



Get Download Files Review Project Dashboard Know Plan And Wishlist