Why do you want to refresh the window? Why not just have javascript pass the values back to the form and close the top window?
-----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 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

