Difference between revisions of "AJAX - Error messages and troubleshooting"

From All n One's bxp software Wixi

Jump to: navigation, search
(Created page with "= Overview = There is often error messages to display when using the engine for a variety of reasons including: incorrect username, password, IP address restricted, etc....")
 
(No difference)

Latest revision as of 13:14, 29 August 2016

Overview

There is often error messages to display when using the engine for a variety of reasons including: incorrect username, password, IP address restricted, etc.


For this reason, it is possible to write back to screen the error messages into a user specified div. You create the div on your form where you like it and put id="" in it.


If you set aryAjax_Settings[15] = 'divYourName'; then the error messages will write to the innerHTML of the div.