Home
Submit
Free Hosting
Link To Us
Contacts
VBScript Do while looper
VBScript
Download
(.zip)
<html>
<body>
<script type="text/vbscript">
i=0
do while i < 5
document.write(i & "<br>")
i=i+1
loop
</script>
</body>
</html>
VBScript
Countdown
Do while looper
For looper with next
VBScript
Random number between 1-99
Random number
Random text
VBScript
Text Looper