Home
Submit
Free Hosting
Link To Us
Contacts
VBScript Random number
VBScript
Download
(.zip)
<html>
<body>
<script type="text/vbscript">
randomize()
randomNumber=Int(100 * rnd())
document.write("Random number: <b>" & randomNumber & "</b>")
</script>
</body>
</html>
VBScript
Random number between 1 99
Random number
Random text
VBScript
Return a number of characters from a string
Return a number of characters from the left or right side of a string
Round a number
VBScript Random number