The way you do that depends on which Ajax library you are using. You insert data into the database the way you normally do using ColdFusion. The JavaScript that you use pulls data from the form fields, sends it to the server using any number of methods, then ColdFusion takes it from there and send back a response to the browser when it is done.
Which JavaScript framework were you going to use, if any? Which version of CF are you using? Have you tried searching for examples on the Web yet? -Mike Chabot On Fri, Jan 22, 2010 at 9:48 AM, Matthew Allen <[email protected]> wrote: > > Can anyone please give me pointers or real life example of how to insert > simple form field values into a database using AJAX. > > Many thanks. > > Matt > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:330013 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

