RANDOM

copy the code save as .html


<html>
<head>
<title> J Script </title>
<script language="javascript">
var value;
document.writeln("<body bgcolor=cyan>");
document.writeln("<table cellpadding=20 border=1 align=center> ");

document.writeln("<caption><b>Refresh this page</b></caption><br><br><tr>");

for(var i=1;i<=9;i++)
{
                  
value=Math.ceil(Math.random()*10);
document.writeln("<td align=center>"+value+"</td>");
if(i%3==0 )
document.writeln("</tr><tr>");
}
document.writeln("</tr></table>");
document.writeln("</body>");
</script>
</head>
</html>

Comments

Popular posts from this blog

special style

DIFFERENT BUTTONS