An Ajax API - The Interface
Attributes and methods of the AnAA framework.
Properties
AACaching: Boolean
The attribute is set to true if caching is allowed (for big files to load)
or false if it is not allowed.
Methods
AACreate()
This method is called by other methods to create an XMLHttpRequest object.
AARead(url, callback, element)
Called to read a document.
AAWrite(url, data)
Called to pass data to a script.
AALoadHTML(url, id)
Load another HTML page and makes its content accessible by DOM's methods.
see more in the manual.
(c) 2007-2010 Scriptol.com
