Board18index

From BOARD18 Project WIKI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.