全てのフレームを解除する


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

ポイント top.location.href = "http://www.yahoo.co.jp/";
説  明 全てのフレームを解除するには「top.location.href = "表示先のページURL"」と指定します。親フレームであれば「parent.location.href」になります。これで解除できない場合は「top.window.location.href」のように明示的に現在のウィンドウを指定します。それでも解除できない場合は、段階的にフレームを解除します。
サンプル <html> <head> <title>全てのフレームを解除する</title> <frameset rows="50%,*"> <frame src="code_top.html"> <frame src="code_bottom.html"> </frameset> </head> </html>
補足説明 フレーム分割のページ等の内容は以下の通りです。 ●フレーム分割ページ <html> <head> <title>全てのフレームを解除する</title> <frameset rows="50%,*"> <frame src="code_top.html"> <frame src="code_bottom.html"> </frameset> </head> </html> ●上のフレームのページ <html> <head> <title>全てのフレームを解除する</title> <script language="JavaScript"><!-- function clearFrame() { top.location.href = "http://www.yahoo.co.jp/"; } // --></script> </head> <body> <form> <input type="button" onClick="clearFrame()" value="全フレーム解除"> </form> </body> </html>

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

写真素材 PIXTA