GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Web  >  AJAX

 Print  |  
Question:  what is AJAX ? How it is implemented? Given skeleton example?



March 03, 2007 04:32:34 #3
 Aravinth Kumar. KG   Member Since: Visitor    Total Comments: N/A 

RE: what is AJAX ? How it is implemented? Given skelet...
 

AJAX - Asynchronus Javascript And XML, Using JavaScript technology, an HTML page can asynchronously make calls to the server from which it was loaded and fetch content that may be formatted as XML documents, HTML content, plain text, or JavaScript Object Notation (JSON). The JavaScript technology may then use the content to update or modify the Document Object Model (DOM) of the HTML page.

     

 

Back To Question