Refresh Parent page using JavaScript
Jun 25th, 2009 | By admin | Category: Java ScriptWindow.open() method opens a new window . If we try to refresh the parent on change of something in the opened window , what are the ways to do it ? One possible way is to call reload(true) on the opener. It reloads the whole document for you.