/  19
 
 
AJAX
Asynchronous JavaScript andXML …
 
 
Introduction
AJAX is not a new programminglanguage, but a new way to use existingstandards.With AJAX you can create better, faster,and more user-friendly web applications.AJAX is based on JavaScript and HTTPrequests.
 
 
With AJAX, your JavaScript can communicatedirectly with the server, using the JavaScript
XMLHttpRequest
object. With this object, your JavaScript can trade data with a web server,without reloading the page.AJAX uses asynchronous data transfer (HTTPrequests) between the browser and the webserver, allowing web pages to request small bitsof information from the server instead of wholepages.
Introduction

Share & Embed

More from this user

Add a Comment

Characters: ...

jesusmorboleft a comment

Gracias