Hi Everyone
In a html document I declare several input tags.
They all have the attribute name="input[]".
So when they are intialized as input[0], input[1], etc.
Now after they have been intialized I want to be able to access them using Javascript.
How would I do this?
The usual code in javascript is not working:
form.field.value.attribute
Thanks, Regards X