View Single Post
Old 05-15-2006, 11:12 AM   #5
hirenseo
MK Moderator
 
hirenseo's Avatar
 
Join Date: Apr 2006
Location: Ahmedabad,India.
Posts: 184
My Photos: ()
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

hirenseo has a spectacular aura abouthirenseo has a spectacular aura about
Default

Quote:
Originally Posted by MadKad
What is AJAX?

A scripting technique for silently loading new data from the server. Although AJAX scripts commonly use the soon to be standardized XMLHttpRequest object, they could also use a hidden iframe or frame. An AJAX script is useless by itself. It also requires a DOM Scripting component to embed the received data in the document.

AJAX or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications using a combination of: * HTML (or XHTML) and Cascading Style Sheets for presenting information* Document Object Model, JavaScript to dynamically display and interact with the information presented* XML, XSLT and the XMLHttpRequest object to interchange and manipulate data asynchronously with the web server (although AJAX applications can use other technologies ...

Check This Link:-

http://en.wikipedia.org/wiki/AJAX
hirenseo is offline   Reply With Quote