Advanced Form Validation in JavaScript
Posted
by Kaji
on Stack Overflow
See other posts from Stack Overflow
or by Kaji
Published on 2010-04-19T20:40:37Z
Indexed on
2010/04/19
20:43 UTC
Read the original article
Hit count: 250
I'm already familiar with how to use onSubmit
to evaluate form content against RegEx to ensure it meets static parameters for acceptable content. What I'm wondering is if there is a way to further provide validation against a MySQL database, such as if you want to make sure an e-mail address hasn't been used yet before submitting a form and having to re-load the field data back into the proper places for correction.
© Stack Overflow or respective owner