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] Need some help validating a form


  • From: James.Macdiarmid at cgifederal.com (James Macdiarmid)
  • Subject: [Javascript] Need some help validating a form
  • Date: Wed Apr 18 11:19:31 2007

I have an application that keeps track of keywords. On the page I have 2
forms. One called frmEditKeywords and the other frmAddKeywords. The
frmEditKeywords calls the ValidateEditKeywords function on submit.The
frmEditKeywords has a couple control arrays such as a Textbox array, a
Dropdown Select box array, and a checkbox array.
 
Is there a way to only validate the textboxes on submit rather than
doing the whole form?  Now I can't make updates using the dropdowns or
the checkboxes. It goes through the textbox validation first.
 
Hopefully the way I described this is understandable.  Let me know if
it's not clear. 
 
Thank you in advance,
Jim