サブウィンドウから親ウィンドウのフレームのページ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 - - - - - - - - - - × × -

ポイント window.opener.CONT2.location.href = "http://www.shiojiri.ne.jp/~openspc/";
説  明 サブウィンドウから親ウィンドウ内のフレームを操作するには「window.opener.フレーム名」のように指定します。親ウィンドウにあるXYZという名前のフレームを更新するのであれば「window.opener.XYZ.location.href = "ジャンプ先のページURL"」となります。
サンプル <html> <head> <title>サブウィンドウから親ウィンドウのページURLを変更する</title> <script Language="JavaScript"><!-- subWin = window.open("sub.html","sub","width=320,height=240"); // --></script> <frameset cols="50%,*"> <frame src="frame1.html" name="CONT1"> <frame src="frame2.html" name="CONT2"> </frameset> </head> </html>
補足説明 サブウィンドウ側のスクリプトは以下のようになります。 <html> <head> <title>サブウィンドウから親ウィンドウのページURLを変更する</title> <script Language="JavaScript"><!-- function setURL() { window.opener.CONT2.location.href = "http://www.shiojiri.ne.jp/~openspc/"; } // --></script> </head> <body> <a href="javaScript:setURL()">to OpenSpace</a> </body> </html>

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

写真素材 PIXTA