Ok if you dynamically create them, then why not store the windownames into an array. Then loop over the array to see if it is there, then when removing the window remove it from the array?
But if that is too much work see another post of mine. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 9015 8628 Mobile: 0404 998 273 -----Original Message----- From: Dustin Snell [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 December 2007 8:41 AM To: CF-Talk Subject: Re: Multple CFWINDOWS - cannot identify - 2nd try I do dynamically create them so that if the user doesn't have the windows open they don't take up page-load time. ColdFusion could choose to make us do the same thing for all of our variables, but for ease we have IsDefined(). I think Adobe should add this type of functionality to CF for Window management. The should also add native support for all the other events (onmove, onresize, etc.) - currently they only support a few basic ones. They aren't making it very easy to work with the CFWINDOWs right now. Making them is easy, managing them is another story. >Every window will exist, whether it is hidden or not. > >The only time a window will not exist, is when you dynamically create >it. But that is easy to achieve, by keeping a list of window names in >an array. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295155 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

