Ajax Ajax and Ajax

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
bungkusan
Forum Newbie
Posts: 20
Joined: Tue Sep 16, 2008 8:56 am

Ajax Ajax and Ajax

Post by bungkusan »

Hmm..any source for me to validate form with ajax?
really wanna have this up to date technology :lol:
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Ajax Ajax and Ajax

Post 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
User avatar
Mds
Forum Contributor
Posts: 110
Joined: Tue Apr 22, 2008 8:56 pm
Contact:

Re: Ajax Ajax and Ajax

Post by Mds »

Did you see here http://script.aculo.us/
Post Reply