Awesome. I have 2 little ones (as well as a hubby) who can't wait for this sequel!
quote:
Look at the code. This is not a real login.
No matter what you put in the page prints out "M.U. Net ID Not Found. Please Try Again," then after three attempts prints "Please Contact Administrator".
function checkLogin() {
if(loginAttempts < 3) {
$("#logincheck").html('M.U. Net ID Not Found.<br>Please Try Again');
loginAttempts++;
} else {
$("#logincheck").html('Please Contact Administrator');
}
clearFields();
}
quote:So you are saying that Mike and Sully hacked the system so that they would show more scares accumulated than the other teams?
Look at the code. This is not a real login.
No matter what you put in the page prints out "M.U. Net ID Not Found. Please Try Again," then after three attempts prints "Please Contact Administrator".
function checkLogin() {
if(loginAttempts < 3) {
$("#logincheck").html('M.U. Net ID Not Found.<br>Please Try Again');
loginAttempts++;
} else {
$("#logincheck").html('Please Contact Administrator');
}
clearFields();
}
quote:I love life's little moments of whimsy.
Look at the code. This is not a real login.
No matter what you put in the page prints out "M.U. Net ID Not Found. Please Try Again," then after three attempts prints "Please Contact Administrator".
function checkLogin() {
if(loginAttempts < 3) {
$("#logincheck").html('M.U. Net ID Not Found.<br>Please Try Again');
loginAttempts++;
} else {
$("#logincheck").html('Please Contact Administrator');
}
clearFields();
}