Reload Parent Window from its Child window in Javascript
Submitted by Pujan on Mon, 02/23/2009 - 13:56
Tagged:
This simple example is used to reload the parent window from its child window.
Just click on the link "Click here for New window" and a child pop up window displays and after 5 seconds it closes and refreshes its parent window.
Live Demonstration:
Code for Parent window:
Code for Child Pop up window:
This popup window closes after 5 seconds and reloads its parent window....