The largest Interview Solution Library on the web


« Previous | 1 | 2 | 3 | Next »

Technologies Used In Ajax


AJAX cannot work independently. It is used in combination with other technologies to create interactive webpages.

Java Script
  • Loosely typed scripting language.
  • JavaScript function is called when an event occurs in a page.
  • Glue for the whole AJAX operation.
DOM
  • API for accessing and manipulating structured documents.
  • Represents the structure of XML and HTML documents.
CSS
  • Allows for a clear separation of the presentation style from the content and may be changed programmatically by JavaScript.
XML Http Request
  • JavaScript object that performs asynchronous interaction with the server.
« Previous | 1 | 2 | 3 | Next »


copyright © 2014 - all rights riserved by javatechnologycenter.com