Ajax - Technical Introduction
- Getting the
HTTP Request Object:
We have already discussed that Ajax uses JavaScript to make a request from the server. For this we need an object of such class, which can provide this functionality.
- Deciding the
method to be called after receiving the response from the server:
The next step is to decide which JavaScript function is to be called after receiving the response from the server. In this method you can write the code to process and manipulate the data received from the server.
Come to learn more about: http://javajazzup.com/issue10/page12.shtml