You are here: irt.org | About | Feedback | 191 [ previous next ]
Feedback on:
Check Boxes and Radio Buttons
Sent by
Alex Klo on May 21, 1999 at 15:51:19:
Worth:
Very worth reading
Comments:
Yes, I am wondering if you know of a way to write a checkbox script that adds $2.00 to a total amount for ever check box selected. I have using the elements array (e.g.document.form.name[0].checked) for the 3 checkboxes I have. Then a for loop with an an if to check to see if the checkboxes were checked then add 2. Use a onChange handler in my textfield were the total will be. If you could help verify this script I would be greatly thankful.
Other feedback on 'Check Boxes and Radio Buttons' - show all