Michael, I think you might be right, however I haven't done it myself as I always use it with the changing of the source directly. Which is another way to keep the same window, with different content.
Regards, Andrew Scott -----Original Message----- From: Michael Grant [mailto:[email protected]] Sent: Tuesday, 13 July 2010 1:20 PM To: cf-talk Subject: Re: Cfwindow I don't know specifically about cfwindow, since I usually open windows purely through JS. However I would think that if you kept the name parameter the same for every call it will automatically use the same window to display the page. It doesn't close the old one and open a new one per-se, it just changes the url. The effect though is the same. And if you need to resize or reposition you can do it via the usual window x, y, width and height properties. Hopefully this doesn't just muddle things for you. I know it's a cf question but if you understand the js approach it might make you better understand the cf implementation. Here's a good link to explain what the window object actually consists of. The open() method is what you're most concered with. http://www.javascriptkit.com/jsref/window.shtml <http://www.javascriptkit.com/jsref/window.shtml> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335284 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

