RE: [PHP] Popup Window Problems & Refresh

2001-10-31 Thread Matt Williams
> The action for the form is only fired if the onClick="window.close() is > removed. My question is how can I close the window and refresh or reload > the specified window. > function endWindow() { window.opener.location.reload(); window.close(); } Close Window M: -- PHP Ge

[PHP] Popup Window Problems & Refresh

2001-10-31 Thread Roger Bryant
All, I am opening a popup window using the following code: My popup window then runs some PHP code and finally displays a status message with a close window button. When the close window button is clicked I need to close the popup window and refresh the parent window or alternatively (prefera