For loop with undeclared loop counter
|
|
<HTML>
<HEAD>
<SCRIPT language="JavaScript"> <!--
for (count=1;count<16;count+=1) { document.write(count+". This is getting way too repetitive.<BR>"); }
//--> </SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
|