VBScript Random number between 1-99
Random number between 1-99
<html>
<body>
<script type="text/vbscript">
randomize()
document.write(Rnd())
</script>
</body>
</html>
<html>
<body>
<script type="text/vbscript">
randomize()
document.write(Rnd())
</script>
</body>
</html>