LoJAX demo (default configuration)

This page shows the LoJAX framework configured so that it only re-creates the XMLHttpRequest object for browsers that don't have native support.

Press the Make request button above, and the script will make a POST request to a local PHP script - using either the native object or the re-creation, as supported. The PHP script simply echoes back whatever input data it received - in this case a single GET and single POST parameter.