~Chao Li~
~Kumo no Mukou, Yakusoku no Basho~
<html> <head> <title>Project 5</title> </head> <body> <script> //Chao Li. October 7, 2007. var num = 0; num = Math.floor(Math.random() * 100) + 1; if (num < 50) { alert ("1."); } else { alert ("It's "+ num +"."); } </script> </body> </html>
<html> <head> <title>Project 5</title> </head>
<body> <script> //Chao Li. October 7, 2007.
var num = 0;
num = Math.floor(Math.random() * 100) + 1;
if (num < 50)
{ alert ("1."); }
else { alert ("It's "+ num +"."); }
</script> </body> </html>
My Contact
Chapter3