I've got 8 checkboxes in my page.
When I loop over them to "check all", I can't access one of them under ie mac.
The code is :
for(i=0;i<document.forms.formName.elements.length;i++)
document.forms.formName.elements[i].checked = true;
If anyone knows...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.