* 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.