指定回数、繰り返すには
<html>
<head>
<title>Sample</title>
</head>
<body>
<script type="text/javascript"><!--
for (i=0; i<10; i++)
{
document.write("<img src='photo1.jpg'>");
}
// --></script>
</body>
</html>
・サンプルを
実行
・サンプルを
ダウンロード
説明などは本書を参考にしてください。