<html>
<body>
<script type="text/vbscript">
i=0
Do While i < 5
document.write(i & "<br />")
i=i+1
Loop
</script>
</body>
</html>
<body>
<script type="text/vbscript">
i=0
Do While i < 5
document.write(i & "<br />")
i=i+1
Loop
</script>
</body>
</html>
No comments:
Post a Comment