クリックすると別ウィンドウを開く


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

ポイント window.open("sub.html","Sample","width=320,height=240");
説  明 aタグで「href="javaScript:実行関数名"」とするとクリックしたら関数を実行することができます。onClickイベントを使っても同様の結果を得ることができます。サブウィンドウはwindow.open()を使い表示サイズなどのパラメータを指定します。
サンプル <html> <head> <title>クリックするとサブウィンドウを開く</title> <script Language="JavaScript"><!-- function openWin() { window.open("sub.html","Sample","width=320,height=240"); } // --></script> </head> <body> <a href="javaScript:openWin()">ウィンドウを開く</a> </body> </html>
補足説明 なし

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


写真素材 PIXTA