logo
Ryan's Webpage
 

Project4

Project4


<html>
<head>
<title>Project4</title>
<script>
// by Ryan Te
// 10/4/07
// this program pops up a random saying

var roll = 0;
var saying = "";

roll = Math.floor(Math.random() * 2) + 1;
switch(roll){
case 1:
saying = "Just do it.";
break;
case 2:
saying = "It's a leap of faith.";
break;
case 3:
saying = "Beleive in yourself.";
break;
default:
fortune = "Sorry, error";
} // end switch
alert (saying);

</script>
</head>
<body>
<center><center>
<h1>Project4</h1>
</center>
<hr>

</body>

 

 

Contact Me

 

Mr. Styner's Webpage

 

Peter

Julie

Nick

Tiddus

Norman