Board18index

From BOARD18 Project WIKI
Revision as of 08:21, 28 July 2017 by Rich (talk | contribs) (added new functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page has been updated to comply with Release 2.5.x of BOARD18. Go Back

The following functions are contained in the board18index.js file. They are used by the index.html and the access-denied.html pages.

Function tokenCheckReturn(response)

Function tokenCheckReturn is the callback function for the ajax tokenCheck call.

Function loginOK(response)

Function loginOK is the callback function for the ajax Validate User call.

Function login()

Function login is called by the on-click method of the login submit button. It checks the input for missing fields and does an ajax call to validateUser.php.

Function regResult(response)

Function regResult is the callback function for the ajax newUser call.

Function register()

Function register is called by the on-click method of the register submit button. It checks the input for missing fields and does an ajax call to newuser.php.

Function emailPlayerResult(response)

Function emailPlayerResult is the callback function for the ajax emailPlayerID call.

Function lostid()

Function lostid is called by the on-click method of the lostid submit button. It checks the input for missing fields and does an ajax call to emailPlayerID.php.

Function emailPasswdResult(response)

Function emailPasswdResult is the callback function for the ajax emailPassword call.

Function lostpw()

Function lostpw is called by the on-click method of the lostpw submit button. It checks the input for missing fields and does an ajax call to emailPassword.php.