Code Library
Home Submit Free Hosting Link To Us Contacts

VBScript Random number between 1-99

VBScript Random number between 1-99 VBScript VBScript Random number between 1-99 Download (.zip)



<html>
<body>

<script type="text/vbscript">
randomize()
document.write(Rnd())
</script>

</body>
</html>






Tatet