topical media & game development
basic-javascript-appendix-3-ch03-q2.htm / htm
<HTML>
<BODY>
<SCRIPT LANGUAGE=JavaScript>
var timesTable = 12;
var timesBy;
for (timesBy = 1; timesBy < 13; timesBy++)
{
document.write(timesTable + " * " + timesBy + " = " + timesBy * timesTable + "<BR>");
}
</SCRIPT>
</BODY>
</HTML>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.