RE: Refreshing parent window on close

2002-03-02 Thread Shawn Grover
In the popup window's onClose event (or onUnload... I can never remember which), enter this line: self.opener.refresh(); Or, alternately, self.opener.location='originalPageURL.cfm'; Hope that helps. Shawn Grover -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent:

Re: Refreshing parent window on close

2002-03-02 Thread W Luke
use that ties in with the form?) body onUnload=window.opener.location.reload(); window.close() Will - Original Message - From: Shawn Grover [EMAIL PROTECTED] Newsgroups: gradwell.lists.cftalk Sent: Saturday, March 02, 2002 6:58 PM Subject: RE: Refreshing parent window on close

RE: Refreshing parent window on close

2002-03-02 Thread Scott Van Vliet
To: CF-Talk Subject: Re: Refreshing parent window on close Thanks Shawn. I found the following works well, but only when I manually close the pop-up window. How can I get it to refresh the parent, and close the popup, right after a cfquery? (in case I didn't make myself clear, it'll be after a form