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] Checkbox Validation Question


  • From: javascript@xxxxxxxxxx (Peter Brunone)
  • Subject: [Javascript] Checkbox Validation Question
  • Date: Thu, 20 Sep 2001 14:55:57 -0500

    Why do the ASP scripts require that the checkboxes have different names?
This goes against good coding practice, not to mention the original intent
of the design.

----- Original Message -----
From: "TL Cannon" <trhette@xxxxxxx>
To: <javascript@xxxxxxxxxx>
Sent: Thursday, September 20, 2001 2:35 PM
Subject: [Javascript] Checkbox Validation Question


| How do I validate a form that has checkboxes (dynamically created) that
have
| different names, but are part of the same question group.  I need to see
if
| at least one is checked in the group. The ASP scripts require that the
| elements have a different names.
|
|
|
| TL