G
Guest
I create 2 groupes of checkboxes dynamically (I don't use checkboxlist) for 2
differnet zones in my aspx web page and I assign a "onClick" javascript
handler by group., lets say the first 4 chboxes have evHandler1 and the other
4 chboxes have evHandler2
Of course each checkbox has an id and name which comes from DB lookup tables.
At the top of each group, there is a special checkbox, if checked by the
user, I need to write a javascript that loop through checkboxes in the group
and uncheck any
of the checked checkboxes in that group.
I can do it easily for radio buttions because they have the groupname
property, checkboxes don't have this property.
I amnot expert in javascript so I would appreciate any idea or tip to
achieve this
Thanks in advance
differnet zones in my aspx web page and I assign a "onClick" javascript
handler by group., lets say the first 4 chboxes have evHandler1 and the other
4 chboxes have evHandler2
Of course each checkbox has an id and name which comes from DB lookup tables.
At the top of each group, there is a special checkbox, if checked by the
user, I need to write a javascript that loop through checkboxes in the group
and uncheck any
of the checked checkboxes in that group.
I can do it easily for radio buttions because they have the groupname
property, checkboxes don't have this property.
I amnot expert in javascript so I would appreciate any idea or tip to
achieve this
Thanks in advance