複数のサブウィンドウをまとめて開く


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - × -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - × × -

ポイント subWin = new Array(); for (i=0; i<4; i++) subWin[i] = window.open("sub.html","sample"+i);
説  明 複数のサブウィンドウをまとめて開くにはfor命令を使って表示する数だけ繰り返します。window.open()の2番目の引数であるタイトルは全て別々の名前にする必要があります。
サンプル <html> <head> <title>複数のサブウィンドウをまとめて開く</title> <script Language="JavaScript"><!-- subWin = new Array(); for (i=0; i<4; i++) subWin[i] = window.open("sub.html","sample"+i); // --></script> </head> <body> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA