Board18index

From BOARD18 Project WIKI
Revision as of 09:19, 16 October 2016 by Rich (talk | contribs) (added release 2.4.x)
Jump to navigation Jump to search
This page has been updated to comply with Release 2.4.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 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.