Feb 27
This is a very basic JavaScript code to calculate the value of form elements.
It can become quite useful when wanting to add items up on the fly if you prefer not to use ajax or you do not have a server side scripting language available.

June 2nd, 2008 at 10:12 pm
Hey,
Great code you have. I was trying to get it working with other form fields that dont get added up but it seems to break your code.
Is there a way I can add additional fields... like for a name, to the form without breaking the calculation?
Thank you for your time.
Robert
December 10th, 2008 at 9:20 pm
I tried your code but my total is always "NaN"