|
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.
|