Tuesday, June 7th, 2005
Degradable Ajax Form Validation
Chris Campbell has written up a nice piece on Degradable Ajax Form Validation. In his posting, he discusses how to write simple Ajax form validation, and gives server-side implementations in PHP and ASP.





3.8 rating from 21 votes
I’ve come to the conclusion that any real validation can’t be mimicked in Javascript without rewriting the framework again in JS. It’s better to use async calls to the server to do the validation on the server side. That way, if they have JS turned off or whatever, the validation is the same, just done after they push the button.
it’s up there u dork