Topic awaiting preservation: whats wrong with this .... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 10-02-2001 11:31
what´s wrong with the following form validation? i always got a white screen withe the text "false" on it, if a inputfield is not filled out. code: // Form Validation
|
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 10-02-2001 11:53
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 10-02-2001 12:05
i followed your instructions and i works, but i want that if the first request is false, the script has to stop and the focus has been set to the inputfield. if the first is true and the second request is false, the script ... |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 10-02-2001 12:31
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 10-02-2001 12:38
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 10-02-2001 12:52
i´ll try your code. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 10-02-2001 12:58
thx a lot! your code works fine! |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 10-02-2001 12:58
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 10-02-2001 13:01
yes, i got it! |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 10-02-2001 20:04
A long time ago I wrote a general purpose form validator script. It can check for blank fileds, e-mail addresses, numbers only fileds, select boxes, and textarea fields... Take a look at: http://www.max.co.yu/ozone/form_validation.html |
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 10-03-2001 12:08
thx max! |