Valdosta State University

AJAX allows the client to post-back to the server . asynchronously . allowing the user to continue to interact with the page, while in the background a JavaScript event handler awaits the response from the server. When the response occurs, the JavaScript event handler receives data from the server and updates a portion of the page. ................
................