Download Latest Version AjaxLib-v1.0.zip (2.1 kB)
Email in envelope

Get an email when there's a new version of DeProxy Javascript Library

Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
count.php 2006-09-23 50 Bytes
index.htm 2006-09-23 783 Bytes
Readme.txt 2006-09-23 727 Bytes
Ajax.lib.js 2006-09-23 2.4 kB
Totals: 4 Items   4.0 kB 0
				DeProxy Solutions JSLib
				=================

Files Included
==========
Ajax.lib.js		-	The actual library file
Readme.txt	-	The readme document (this file)
index.htm	-	The demo file (to be run at the browser)
count.php	-	The script to which Ajax call is made


Methods & Properties
================
.onError(code)	-	fires when an error occurs
.onResponse(Res)	-	Returns the response and fires when the Ajax state changes.

Res.State	-	Current State	= 1,2,3,4		OR	RS_UNINITIALIZED, RS_LOADING, RS_FINISHED_LOADING, RS_INITIALIZING, RS_INITIALIZED
Res.Text		-	The text returned by the server-side script
Res.XML		-	The XML data retured. (not implemented yet)

NOTE
====
Only GET method is supported now
Source: Readme.txt, updated 2006-09-23