The Zapatec Transport Features
The Zapatec Transport provides communications between the web server and the browser without
refreshing the page. The Transport is based on XMLHttpRequest and exchanges data in different formats with server.
It contains functions to parse and serialize XML and JSON data and to preload Javascript, CSS files and images.
Fetches HTML data from a URL using new XMLHttpRequest object.
When fetching HTML data, interprets Javascript code.
Fetches and parses XML data from a URL.
Fetches and parses JSON data from a URL.
Fetches and loads several CSS files one by one into the document.
Preloads one or several images at once.
|
Fetches HTML data from a URL using new XMLHttpRequest object.
