Questions about this topic? Sign up to ask in the talk tab.

AJAX

From NetSec
Revision as of 15:29, 6 September 2011 by JacintoWimble (Talk | contribs) (Created page with "<b>A</b>synchronous <b>J</b>avaScript <b>A</b>nd <b>X</b>ML AJAX is a way to request information from web servers without the need of having to refresh the webpage. For example,...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Asynchronous JavaScript And XML

AJAX is a way to request information from web servers without the need of having to refresh the webpage. For example, when searching on Google, as you type letters into the search box, Google makes AJAX requests to return search suggestions that appear under the search box.