<html>
<body>
<script type="text/vbscript">
Randomize()
randomNumber=Int(90 * Rnd())
document.write("Random number <b>" & randomNumber & "</b>")
</script>
</body>
</html>
<body>
<script type="text/vbscript">
Randomize()
randomNumber=Int(90 * Rnd())
document.write("Random number <b>" & randomNumber & "</b>")
</script>
</body>
</html>
No comments:
Post a Comment