Just as an FYI, you can also use window.opener.location.reload() or place onfocus="location.reload()" in the body tag of the page which opens the popup.
Either of these will give you slightly different results, so it's a matter of figuring out which is the right tool for this particular job. :) Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 > You get the Guru trophy of the day (I think it's a 9 year old twinkie). > That is exactly what I needed. > -mk > -----Original Message----- > From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 8:54 AM > To: CF-Talk > Subject: RE: Slight OT: JavaScript Help > I think it is something like > window.opener.location=('yourlocation.cfm'); > -----Original Message----- > From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 9:45 AM > To: CF-Talk > Subject: Slight OT: JavaScript Help > Folks, > Some JavaScript guru out there can answer this in a second. I have a form > window with a link that "pops up" a simple form to add some piece or > pieces > of data to a lookup table. When the user is done adding, I want them to > click a button and have the window close - and the page behind it refresh. > I > can close the window no problem (onclick='window.close()') - but I cannot > figure out how to get the original page to refresh. Of course cflocation > doesn't help me because it puts the page into the "pop-up" window, which I > want to get rid of after the add operation. Anyone have a quick solution > to > this? > -mk > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

