logo
Ryan's Webpage
 

Color Flasher <html>
<head>
<title>Color Flasher</title>
</head>
<body>
<script>
// by Ryan Te
// 10/25/07
// color flasher
// demonstrates use of the bgColor method

for(x=0; x<10; x++)
{
col = Math.random()*16581375
alert("ready for another color?");
document.bgColor = col;
}

</script>
</body>
</html>

 

 

Contact Me

 

Mr. Styner's Webpage

 

Peter

Julie

Nick

Tiddus

Norman