AJAX - Asynchronous Javascript And XML is a method whereby you can update portions (in this case, DIV Elements) on your page with data returned from a url quickly and easily without having to refresh ...
AJAX - Asynchronous Javascript And XML is a method whereby you can update portions (in this case, DIV Elements) on your page with data returned from a url quickly and easily without having to refresh the page. This script incorporates a new function, load(url), into your div tags. All you need to do is call it with a url and the contents of your div tag will be replaced by the contents of the url.