View Single Post
  #10  
bigtimecow bigtimecow is offline
rockfuckcunt
bigtimecow's Avatar
Join Date: Jan 2004
Location: mash and two tits
bigtimecow is probably pretty okbigtimecow is probably pretty okbigtimecow is probably pretty ok
Old Feb 10th, 2006, 03:51 PM       
Quote:
<html>
<head>
<title>Adam Norton's Favorite Color Guessing Game</title>
</head>
<body>
<script language="Javascript">
<!--
var guessColor = prompt("What is Adam Norton's favorite color? (guess 1)","");
if (guessColor == "red")
{
alert("That is correctamundo! You are the master of guessing colors!");
document.write("<h1><font color=#FF0000>YOU GUESSED CORRECTLY!</font></h1>");
}
else
{
alert("That is incorrect! My favorite color is hotter than that...");
guessColor = prompt("What is Adam Norton's favorite color? (guess 2)","");
if (guessColor == "red")
{
alert("That is correctamundo! You are pretty good at guessing colors!");
document.write("<h1><font color=#FF0000>YOU GUESSED CORRECTLY!</font></h1>");
}
else
{
alert("That is incorrect! My favorite color reminds people of anger...");
guessColor = prompt("What is Adam Norton's favorite color? (guess 3 - the last!)","");
if (guessColor == "red")
{
alert("That is correctamundo! You aren't very good at guessing colors, but you got it!");
document.write("<h1><font color=#FF0000>YOU GUESSED CORRECTLY!</font></h1>");
}
else
{
alert("That is incorrect! Sorry, that was your final try. The correct answer is red.");
}
}
}

document.write("<h2>If you would like to play again, please press F5.</h2>");
//-->
</script>

</body>
</html>
yay it works (it looks really messy because there ain't no damn indentation here )

thank you achimp
__________________
Quote:
Originally Posted by Sam
Bigtimecow you are like the Fonz of girls pussies.
Reply With Quote