I am creating a popup window that goes to hello.html. I want my original (parent page) to reload when i close the popup window (hello.html). I can\'t seem to get it to wor
Put this script in the header of your popup window:
This will reload the parent window when you close the popup.