Pixar`s Monsters Univeristy

45,484 Views | 40 Replies | Last: 10 yr ago by Belton Ag
I_bleed_maroon
How long do you want to ignore this user?
Awesome. I have 2 little ones (as well as a hubby) who can't wait for this sequel!
Sex Panther
How long do you want to ignore this user?
This and Wreck It Ralph are the reasons that I drive three hours to visit my sister and BIL to take my 3 year old nephew to the movies.
Bruce_Gooch
How long do you want to ignore this user?
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();
}
Professor Frick
How long do you want to ignore this user?
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();
}


This.
Brian Earl Spilner
How long do you want to ignore this user?
SeattleAgJr
How long do you want to ignore this user?
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();
}
So you are saying that Mike and Sully hacked the system so that they would show more scares accumulated than the other teams?

Belton Ag
How long do you want to ignore this user?
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();
}
I love life's little moments of whimsy.
Refresh
Page 2 of 2
 
×
subscribe Verify your student status
See Subscription Benefits
Trial only available to users who have never subscribed or participated in a previous trial.