I found Arjun's post on a loading message too: http://mxajax.blogspot.com/2006/10/gmail-style-loading-message-with.html
On 6/13/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >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! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280936 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

