Mega Code Archive

 
Categories / JavaScript DHTML / Development
 

Math random()

<html> <head> <title>A Simple Page</title> <script language="JavaScript"> alert(Math.random()); </script> </head> <body> </body> </html>