Thread: What is ajax?
View Single Post
  #33 (permalink)  
Old 05-25-2011, 04:32 PM
tylerlongtw tylerlongtw is offline
Senior Member
 
Join Date: May 2011
Posts: 392
tylerlongtw is on a distinguished road
you may have seen at some registration form, check username validity, thats the purpose of AJAX. it does not send the whole page to server, only a single field is validated from the server and response is forwarded back to the html page without refreshing it.
Reply With Quote