フレームで区切られたサブウィンドウから閉じる


動作ブラウザ 【 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 - - - - - - - - - - × × -

ポイント parent.close();
説  明 サブウィンドウがフレームで区切られている場合、サブウィンドウから自身を閉じるには「parent.close();」とします。親フレームでない場合には「top.close();」のようにします。
サンプル <html> <head> <title>フレームで区切られたサブウィンドウから閉じる</title> <script Language="JavaScript"><!-- subWin = window.open("sub.html","sub","width=320,height=240"); // --></script> </head> <body> </body> </html>
補足説明 サブウィンドウ側の右フレームのHTMLは以下の通りです。 <html> <head> <title>フレームで区切られたサブウィンドウから閉じる</title> <script language="JavaScript"><!-- function winClose() { parent.close(); } // --></script> </head> <body> <form> <input type="button" value="閉じる" onClick="winClose()"> </form> </body> </html>

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

写真素材 PIXTA