Yes, this is a task well suited to AJAX. Perhaps look at AjaxCFC (the JQuery version) or mxAjax so that you get an integrated CF solution out of the box.
As I use mxAjax, I'd use the mxData component to run a CFC method that returns values based on those dropdowns; then I'd write the new data into the last dropdown (perhaps with the DOM or with innerHTML). On 6/12/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I have a form that uses qForms for 7 dynamic select menus. > > There's one other dataset/filter I need to add, but it isn't directly > connected with the data in the related menus. > > I can query this data and filter it using the related selects, but I only > know how to do it the old fashioned way - hit the server with a submit button > and return the data to a newly shown dropdown for courses. > > How could I do this with say, a button, "Show course filter". You click the > button and it asynchrously runs the course query, using the filters from the > related selects. > Then display it in a another dropdown filter. > > I know this has AJAX written all over it, but could somebody point me in the > right direction? -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280737 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

