Thanks for the tips, David, Azadi, and Ian... Sorry it took me so long to reply...had an appointment to get to right after I asked the question.
I'm going to give the typical CF approach and try attaching the ID for the record I need to the URL that calls the modal window. Hopefully that will do it. Understanding the relationship between the calling pages, modal windows, cfc's, and includes is the biggest need right now. I'll let you know what happens. Thanks! Rick On Fri, Jun 19, 2009 at 12:56 PM, Ian Skinner <[email protected]> wrote: > > 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:323733 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

