I am doing an application in which end user can create 'n' number of textbox on runtime. If any user will demand 'n' number of textboxex then i have used control array e.g.
Enter the data: <input type="text" name="txtData[]" id="txtData1" /><br/>
Enter the data: <input type="text" name="txtData[]" id="txtData2" /><br/>
In whole application name based validation is used (http://www.javascript-coder.com/html-form/javascript-form-validation.phtml). I am unable to validate above functionality using this validation. Is any way to validate control array?
idattribute twice per element, and an ID needs to be unique in the entire page.language="JavaScript"instead oftype="text/javascript"it's probably old or not very good.