no, that's ok (for the previous misunderstanding)
Actually, I can't access ONE of them. I mean seven out of eigth are checked by my function but only one remain unchecked.
There are 2 rows of 4 checkboxes and the one I can't access is sometimes the second of the first row and sometimes the...
Oups,... me too !
I already put the [.i.] (without the dots ;-)
And it was also interpreted as a request for italicisation.
So I still don't have any answer !
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.