Advertisement
svetoslavhl

5

Jun 2nd, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  5. <title>JavaScript random number</title>
  6. </head>
  7. <body>
  8. <div>
  9. <!-- File: listing-7-5.htm -->
  10. <script type="text/javascript">
  11. <!--
  12. document.write("Here is a random number between zero and one: ");
  13. document.write(Math.random());
  14. // -->
  15. </script>
  16. </div>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement