Code Library
Home Submit Free Hosting Link To Us Contacts

VBScript For looper with next

VBScript For looper with next VBScript VBScript For looper with next Download (.zip)



<html>
<body>

<script type="text/vbscript">
for i=1 to 6
 document.write("Text here!")
next
</script>

</body>
</html>






Tatet