AJAX xmlhttprequest code
Tutorials and tools for requesting content without page refresh / reload through Asynchronous JavaScript and XML
- See also: AJAX demos
- See also: DOM tools
- See also: JS Gallery tools
- See also: Lightbox
- ajax xmlhttprequest functions
-
Swik.net - XMLHttpRequest
Sample javascript implementing a cross platform xmlhttprequest function. You can instantiate an XMLHttpRequest object that can then call functions from the server.
-
Twinhelix.com - HTMLHttpRequest
This script dynamically loads remote documents for parsing and/or insertion into the current document. It uses the XMLHttpRequest browser object as well as its own custom IFRAME-based transport layer for excellent cross-browser compatibility. Files can be loaded just by clicking a link, and loads are fully multithreaded.
-
Dhtmlgoodies.com - Ajax dynamic content
This scripts loads content of external files into a HTML element on your page. This is simply done by calling the Javascript function ajax_loadContent. Ajax dynamic Arrticles is another demonstration.
-
Robertnyman.com - ASK
A simple way to get content into your page on-the-fly through asynchronous JavaScript and XmlHttpRequest, without sacrificing accessibility or usability.
-
Modernmethod.com - Sajax
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible.
-
Ajaxtoolbox.com - Ajax toolbox
AjaxToolbox.com offers the AjaxRequest Library. It simplifies and extends the capabilities of the XMLHttpRequest object.
-
Digitarald.de - Ajax history manager
Ajax History, Back-Button, Ajax Bookmarks - This is an unobtrusive MooTools plugin to allow history handling for multiple modules. It can handle back/forward history actions and bookmarks with the location hash.

