Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Form Validation


  • From: javascript@xxxxxxxxxx (Rodney Myers)
  • Subject: [Javascript] Form Validation
  • Date: Wed, 19 Sep 2001 22:41:19 +0100

Teresa,

This is the line that I don't "get":

   var group = form[el.name];

Rodney

Teresa L Cannon wrote:

> Rodney, thanks for your analysis.  To response to the comment regarding:  "
> I have to say I have not got into the logic of what you are doing here. But
> it does seem to have come off the rails a bit when you found you needed
> unique names."
>
> This application that I am developing is a Web Survey Creation" site,
> created dynamically with 4 answer types to choose from for each question:
> checkbox, radio buttons, text input & text area boxes.
>
> One of the features that has been asked for is for the survey taker to be
> able to "Save As Incomplete", to be submitted at a later date.