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:295141 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

