Home Freemagazine Issue10 Ajax - Technical Introduction



Ajax - Technical Introduction
Posted on: October 9, 2006 at 12:00 AM
We have already discussed that Ajax uses JavaScript to make a request from the server.

Ajax - Technical Introduction

       

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

       

Related Tags for Ajax - Technical Introduction:


More Tutorials from this section

Ask Questions?    Discuss: Ajax - Technical Introduction  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.