Anaa Gears Manual
The Gears version of Anna allows to build online or offline applications
thanks to the Google Gears framework.
The functions are still those of the pure Ajax version.
Ajax and XML
From the Google Gears Documentation:
"Gears HttpRequest provides most of the features of XmlHttpRequest except for the ability to access the response as an XML DOM object..."
We cannot use XML file but if they are loaded as plain text file
Demonstrations
- This simple demo load a text file on the server or on the local desktop when you are offline and displays the content of the file into the page.
- GET an XML file.
- Get the content of another HTML page and add it to the current page.
- POST demo.
- Chaining requests.
- Header demo and demo of the file info extension.
(c) 2007-2010 Scriptol.com
