Ajax Generic Form Parser with Validation
November 12th, 2006
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
For those learning Ajax, here is a great tutorial for an Ajax Generic Form Parser with validation.
In the tutorial you’ll learn how to pass any HTML form through Ajax without actually having to hard code all the form fields into Javascript or a Server Side Script. It seems to be a good tutorial and piece of script that you can reuse with most forms.