window.opener is the parent window reference from a js popup window ^_^ so, try: window.opener.LeftFrameBottom.location = "..."
HTH ----- Original Message ----- From: "Bosky, Dave" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 2:30 PM Subject: CF & Javascript frames > How can you refresh a specifc frame from a popup window and then close that > window? > I just can't find the correct syntax. > > Any ideas? > > <script language="javascript"> > > //parent.LeftFrameBottom.location.href=".././modules.cfm?<CFOUTPUT>#client.u > rltoken#</CFOUTPUT>"; > window.close(); > </script> > > Thanks, > Dave > > > > > > ______________________________________________________________________ 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

