Hi. I'm JavaScript-challenged.
I'm looking for a script that essentially functions like
this one, but I want to be able to adjust the number of "groups" of checkboxes and text-boxes.
I'm going to have approximately 40 rows in a table, with each row containing five checkboxes and one regular text entry box. People will check off any combination of the five boxes in each row, and then the entrybox should change accordingly. But that requires expanding the script I linked to above. (I hope I made that explanation clear enough -- I confused myself while writing it :-/ )
Is there a nice way to expand this? Any references, etc. would be greatly appreciated. Thanks!