OT: Javascript - Refresh a window

2006-09-20 Thread Dave Francis
Hi, I have a window from which I open pop-up with JS window.open();. When I close this pop-up - self.close(); - is there any way to force a refresh of the parent window? Thanks in advance for any and all help, Dave

Re: OT: Javascript - Refresh a window

2006-09-20 Thread Jim Wright
Dave Francis wrote: Hi, I have a window from which I open pop-up with JS window.open();. When I close this pop-up - self.close(); - is there any way to force a refresh of the parent window? opener.window.location.reload()

RE: OT: Javascript - Refresh a window

2006-09-20 Thread Dave Francis
Well, that was quick. Thanks Jim -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 9:43 AM To: CF-Talk Subject: Re: OT: Javascript - Refresh a window Dave Francis wrote: Hi, I have a window from which I open pop-up with JS

RE: OT: Javascript - Refresh a window

2006-09-20 Thread Andy Matthews
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 8:43 AM To: CF-Talk Subject: Re: OT: Javascript - Refresh a window Dave Francis wrote: Hi, I have a window from which I open pop-up with JS window.open();. When I close this pop-up - self.close(); - is there any way to force