Name | Modified | Size | Downloads / 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