Forum Moderators: open
I want a script to add up values in a form like this:
FOOD
1. 2. 3. 4. 5.
DRINK
1 2 3 4 5
The dots are radio buttons
I want the result to be like this(for example) :
FOOD
4
DRINK
4
TOTAL=8
I am using frontpage
You can do this easily in Javascript right on the browser.
Take a look at this example.
http://www.site-now.com/Examples/sumradios.htm
hth.
James.