estesflyer
Programmer
im starting to get the hang of writing my own simple scripts, but for some reason, this keeps saying that there is a syntax error! its really pissing me off! i also know that the url thing doesnt work, but i can fix that later, i just wanna know whatsup!
<html>
<head>
<script language="javascript" type="text/javascript">
<!--
window.alert("what do you want to do today, surf the web, or do you want to play a game?"
;
var command=window.prompt("type in surf_web or game_plz."
;
if (command == "surf_web"
; {
var location=window.prompt("what website do you want to go to?","type URL here"
;
window.open(location,"new_window"," location=no,status=no,menubar=no,resizable=no,width=500,height=700,scrollbars=auto,directories=no"
;
}
else if (command == "game_plz"
{
window.alert("ok, we can play a game!"
;
window.alert("its not a very fun game, but its the thought that counts right? right??"
;
var noun=window.prompt("give me a noun plz.","type noun here"
;
var verb=window.prompt("now give me a verb plz.","type verb here"
;
var noun2=window.prompt("finally, plz give me another noun.","type noun here"
;
var sentence="the " + noun + " and the monkey " + verb + " over to the " + noun2 + ", and kicked it!";
window.alert("that was fun wasn't it! wasn't it?"
;
window.alert("Ok, Since your board of me already, I guess we can just talk later, dat ok? good! ^_^"
;
}
//-->
</script>
<title></title>
</head>
</html>
<html>
<head>
<script language="javascript" type="text/javascript">
<!--
window.alert("what do you want to do today, surf the web, or do you want to play a game?"
var command=window.prompt("type in surf_web or game_plz."
if (command == "surf_web"
var location=window.prompt("what website do you want to go to?","type URL here"
window.open(location,"new_window"," location=no,status=no,menubar=no,resizable=no,width=500,height=700,scrollbars=auto,directories=no"
}
else if (command == "game_plz"
window.alert("ok, we can play a game!"
window.alert("its not a very fun game, but its the thought that counts right? right??"
var noun=window.prompt("give me a noun plz.","type noun here"
var verb=window.prompt("now give me a verb plz.","type verb here"
var noun2=window.prompt("finally, plz give me another noun.","type noun here"
var sentence="the " + noun + " and the monkey " + verb + " over to the " + noun2 + ", and kicked it!";
window.alert("that was fun wasn't it! wasn't it?"
window.alert("Ok, Since your board of me already, I guess we can just talk later, dat ok? good! ^_^"
}
//-->
</script>
<title></title>
</head>
</html>