ダブルクリックするとサブウィンドウを開く


動作ブラウザ 【 IE:4.0  NN:6.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(str,"Sample","width=320,height=240"); <img src="icon.jpg" onDblClick="openWin('image.jpg')">
説  明 ダブルクリックしたらサブウィンドウを開くにはonDblClickイベントをタグ内に記述します。処理先の関数でサブウィンドウを開くようにすればダブルクリックでサブウィンドウを開くことができます。
サンプル <html> <head> <title>ダブルクリックでサブウィンドウに表示</title> <script Language="JavaScript"><!-- function openWin(str) { window.open(str,"Sample","width=320,height=240"); } // --></script> </head> <body> <img src="icon.jpg" onDblClick="openWin('image.jpg')"><br> 画像をダブルクリックするとサブウィンドウに拡大表示されます。 </body> </html>
補足説明 なし

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

写真素材 PIXTA