![]() Topic awaiting preservation: whats wrong with this .... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Stuttgart, Germany |
![]() 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 |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
![]() 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 |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
![]() i´ll try your code. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
![]() thx a lot! your code works fine! |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
![]() yes, i got it! |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() 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 |
![]() thx max! |