I have a dynamically created HTML page which will have
any number of checkboxes (all will start with "VJCDE-")
How do I scan all the elements on the form to see if
the name starts with VJCDE-
I realize I'm using elements[]
but how do I get the name of the element?
George
any number of checkboxes (all will start with "VJCDE-")
How do I scan all the elements on the form to see if
the name starts with VJCDE-
I realize I'm using elements[]
but how do I get the name of the element?
George
Comment