[Javascript] Dynamic form Validation

Teresa L Cannon Teresa.Cannon at ipaper.com
Thu Jul 19 08:26:17 CDT 2001


I have a web application that allows the administrator to create surveys
on-the-fly.  They can choose from four answer types: checkboxes, radio
buttons, text input box or text area box.  I am using ASP to write this
code, but I need to use JavaScript, client-side, to validate the form
elements.  The ASP code has the variable "varR" that counts the number of
elements, the HTML code will write out "Q" & x & "A" for the name of the
element, with "x" refering to the question number.

How do I do this?




More information about the Javascript mailing list