AJAX - Error messages and troubleshooting

Revision as of 13:14, 29 August 2016 by Philip Lacey (talk | contribs) (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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision as of 13:14, 29 August 2016 by Philip Lacey (talk | contribs) (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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.