Hi there, I need to get the number of checkboxes in a given form. Would I use something like this line below?
...Or is there another way to do this without looping throughout all the elements and counting them one at a time, manually?
Thanks!
Inger
Code:
document.myFormName.element.checkbox.length
...Or is there another way to do this without looping throughout all the elements and counting them one at a time, manually?
Thanks!
Inger