AJAX Introduction by Bhanwar Gupta - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

Structure of System

Client/Server architecture
XMLHTTP object is used to make request and get response in Client side
Request can be done via “GET” or “POST” methods

“GET”: parameters are attached to the url used to connect. “POST”: parameters are sent as parameters to a function

Not many changes in Server side

Response is a combination of xml tags