Hi, While Azadi's solution will work it will cause you an issue. Using coldfusion.window.hide does exactly what it says, the window is just hidden. The window is still using client resources and you can still reference the window and its content. What I have used is a scheme to create dynamic window names and use a destroy action to remove the window completely. There is however a current bug in CF8 that the window is not completely destroyed. From what I have heard this should be fixed soon.
You can check out this entry from my blog on how to do dynamic window creation. http://blog.dkferguson.com/index.cfm/2008/2/6/alter-window-close-function --Dave blog.dkferguson.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302103 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

