Hello ppl,
For a long time that I've been trying to solve the next problem without any success.... 🙁
My problem is, I have 'dynamic' checkboxes in my page with the names 'check[0]', 'check[1]',.....,'[check[9]' because I want the checkboxes as an array. But when I'm trying to access them with javascript like 'form1.check[0].value' it gives me always an error because of the [].
Thanks in advance