Results 1 to 2 of 2

Thread: multi part form validation

  1. #1
    Join Date
    Dec 2004
    Posts
    152

    multi part form validation

    HI ,
    I have a form that clients can enter details on and select a image for upload. My form works great. When user submit, a new asp page is called that proceses my form using a fileUploadObject.

    My problem is that I wish to validate the user entries before the form is submitted so as if the user fails to enter say... his name , I can remain on page so as not to loose the data that was actually entered correctly.

    I figured (i think lol) some javascript on each input field or a script that runs before form submission would enable me to validate.

    I know absoluelty no javascript so any help would be appreciated.

    steve

  2. #2
    Join Date
    Mar 2005
    Posts
    127
    You'd need javascript form validation, as described here:
    http://www.elated.com/tutorials/prog...rm_validation/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •