The thing to remember is that ColdFusion has no idea that this is a 
'modal' window that is related to the parent.  As far as it is concerned 
it is an entirely separate request, no different then any other request 
received from a browser.

So you use the exact same techniques to share data with it that you 
would use to share data between two other requests from the browser, 
I.E.  session, application, server, client, cookie, url(get) or 
form(post) data.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323709
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to