I have created a popup window that goes to a submission form. I want my original (parent page) to reload when the popup window is closed after submitting. I can't seem to get it to work,   window.opener.location.reload(true); is not working.  Any suggestion?    Thanks