You forgot to add the part that tells the script what to do if the condition is true (the part in red below).
Code:
//CHANGE THE NUMBERS BELOW TO REFLECT YOUR USERNAME/PASSWORD
if(usercode==12211815000&&passcode==1825426317464164800) {
window.location='something.asp';
}
else if(usercode==12211815000&&passcode==1912822615180439800)
//CHANGE THE NUMBERS ABOVE TO REFLECT YOUR USERNAME/PASSWORD
{window.location=password+".asp"}
else{
alert("You have entered the wrong information.")}
}
Hope this helps.
Bookmarks