Home
Submit
Free Hosting
Link To Us
Contacts
VBScript For looper with next
VBScript
Download
(.zip)
<html>
<body>
<script type="text/vbscript">
for i=1 to 6
document.write("Text here!")
next
</script>
</body>
</html>
VBScript
Do while looper
For looper with next
Foreach Names
VBScript
Format Time and Date
Text Formatting
Text Looper