Home
Submit
Free Hosting
Link To Us
Contacts
VBScript Random text
VBScript
Download
(.zip)
<html>
<body>
<script type="text/vbscript">
randomize()
r=rnd()
if r>0.5 then
document.write("Text #1")
else
document.write("Text #2")
end if
</script>
</body>
</html>
VBScript
Random number between 1-99
Random number
Random text
VBScript
Replace text in a string
Text Formatting
Text Looper