I'm still having trouble with PopUp browser windows... have read lots of docs but not quite finding what I need.
Specifically my problem is getting a PopUp that has been named and used previously to receive the focus when again called. The called document has a <body onload="window.focus()"> statement in it. For example: TheHelpDoc = SomeName.html#SomeAnchor <a href="#TheHelpDoc#" target="help_win">Click4Help</a> works great the first time it is called. If it is called a second time with some NEW Document name it WILL bring the NEW Document into focus... (pop to the top). HOWEVER if the SameDocument but a DifferentAnchor is called it will bring the document to the new anchor BUT it will NOT bring the help_win into focus. It seems that the onload="window.focus()" does not fire the second time around when the anchor tag is involved. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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

