I have not used any of these, but a framework may be the best way to lean ajax concepts
http://ajaxpatterns.org/Coldfusion_Ajax_Frameworks Best of luck On Mar 12, 2008, at 5:12 PM, Bob Imperial wrote: > Unfortunately this is running on CF7 and I'm clueless about using > ajax. Is there an idot's guide out there somewhere for it? An > example of the syntax for a cfquery within a js function would be a > great start for me. Push comes to shove I can live with page > reloads as it's just a matter of calling my function to run the > query to pull the records based on an ID passed from the text field > using onBlur() to call it all. > > > >> As far as populating data on a form from a query, CF 8 has some built >> in ajax functionality you may want to look at. If you can't use >> version 8 it's still ajax but done the hard way. >> >> If there is not that much data you can load all of the data into a >> javascript array at the initial page load then just use some >> javascript to change the appropriate values without querying the >> server a second time. >> >> >> >> On Mar 12, 2008, at 4:52 PM, Bob Imperial wrote: >> >>> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3431 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
