>param:"eval=22,"T7=" + t7sel ...etc > >you have a " after 22 - it should be > >param:"eval=22,T7=" + t7sel ...etc
Ok thank you. I got it all straightened out. I don't have a lot of data to play with yet, but you can see my demo in action here: http://208.106.220.252/soundings/T8Report.cfm Choose test eval 1 at the top. Then Business Technologies and Business Administration. You can toggle between ITN and some of the others. > >If you set executeonload = false, which indeed is what I was getting >at, you need a few other things: > >1) Assign the mxAjax object to a variable: > >myMxData = new mxAjax.Data({ >executeOnLoad:false, ...etc > >2) Instead of calling init() in the onchange of your selects, call >myMxData.execute() I'll give this a shot next! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280934 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

