coldfusion/ajax form value manipulation
Hi, I have been trying to learn some CF ajax lately and its going slowly but still going. lol Specifically, I have a very simple application I needed to use ajax with. I have two form fields that the user would input numbers in each. Then each of these numbers would have roughly 4 different calculations performed on them and the results returned and displayed. I have all that working now, but I want this to all be done asynchronously.
Every tutorial on CF ajax so far deals with databases or simple text editing and calling, so I am unsure how to created a function that will perform these calculations and return the results to my page. I have currently one function with all the calculations inside this one function. Not sure if that is even possible so I commented out all but one simple calculation, but that didnt work either.
Obviously I dont know enough about it to know why its not working, so if anyone knows of a tutorial with something specific to what I need, that would be great!.
Again a tutorial that shows how to perform numeric calculations on user defined form inputs, then call the results asynchronously. Thanks for any help!
