really wanna have this up to date technology
Ajax Ajax and Ajax
Moderator: General Moderators
Ajax Ajax and Ajax
Hmm..any source for me to validate form with ajax?
really wanna have this up to date technology
really wanna have this up to date technology
Re: Ajax Ajax and Ajax
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
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
Did you see here http://script.aculo.us/