Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

AJAX - Start Here

912 bytes added, 14:00, 21 October 2014
no edit summary
* aryAjax_Settings[24] = document.getElementById('intSystemGenerated_LoginKey').value;
 
The Call is made using a secure HTTP Post using form variables and not querystring parameters. This provides maximum security for the data being sent.
 
 
The error code will return 0 for success and the following codes for errors.
 
 
* -1 = No settings initialised. Please set the settings on your page.
* -2 = Settings not initialised. Please set the settings on your page.
* -3 = Settings cannot be blank. Please check the settings on your page.
* -4 = Server response not formatted correctly. <br />Please refresh the page and try again. <br />Error Code [ " + aryAjax_Settings[3] + " - " + aryAjax_Settings[5] + " ]
* -5 = No data fields specified. Please set the settings on your page.
* -6 = No display fields specified. Please set the settings on your page.
* -7 = AJAX transport failure. Please refresh the page and try again.
* -8 = AJAX initialisation failure. Please refresh the page and try again.
7,528
edits