Page 1 of 1

Ajax Ajax and Ajax

Posted: Thu Sep 18, 2008 6:40 pm
by bungkusan
Hmm..any source for me to validate form with ajax?
really wanna have this up to date technology :lol:

Re: Ajax Ajax and Ajax

Posted: Fri Sep 19, 2008 12:17 pm
by kaszu
http://www.w3schools.com/Ajax/Default.Asp
1) Take all input values and send to server
2) Validate data on the server and output result
3) Take response and ... i guess show error if needed
And that's form validation with AJAX.

But that extra call to server usually is unneeded and unwanted since you can validate most of the data just with javascript
http://www.w3schools.com/js/js_form_validation.asp

Re: Ajax Ajax and Ajax

Posted: Sat Sep 20, 2008 4:43 pm
by Mds
Did you see here http://script.aculo.us/