サブウィンドウのフレームから親ウィンドウのページURLを変更する


動作ブラウザ 【 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.opener.location.href = "http://www.yahoo.co.jp/";
説  明 サブウィンドウのフレームから親ウィンドウのページURLを変更するには「parent.opener.location.href = "ジャンプ先のページURL"」のように指定します。
サンプル <html> <head> <title>サブウィンドウのフレームから親ウィンドウのページURLを変更する</title> <script Language="JavaScript"><!-- subWin = window.open("sub.html","sub","width=320,height=240"); // --></script> </head> <body> サブウィンドウのフレームから親ウィンドウのページURLを変更します。<br> </body> </html>
補足説明 サブウィンドウ側のスクリプトは以下のようになります。 <html> <head> <title>フレーム1</title> <script language="JavaScript"><!-- function setURL() { parent.opener.location.href = "http://www.yahoo.co.jp/"; } // --></script> </head> <body> <a href="javascript:setURL()">親ウィンドウのページURLを変更する</a><br> (http://www.yahoo.co.jp/にする) </body> </html>

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

写真素材 PIXTA