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

ポイント subWin.location.href=jpURL;
説  明 親ウィンドウからサブウィンドウのURLを変更するには「サブウィンドウ名.location.href="表示するページURL"」のように指定します。複数ある場合には直接ページURLを指定せずに関数の引数として渡します。これは「サブウィンドウ名.location.href=引数」のようになります。
サンプル <html> <head> <title>親ウィンドウからサブウィンドウのページURLを変更する(複数版)</title> <script Language="JavaScript"><!-- subWin = window.open("sub.html","sub","width=320,height=240"); function call(jpURL) { subWin.location.href=jpURL; } // --></script> </head> <body> <a href="javaScript:call('sub2.html')">サブウィンドウのURL変更(sub2)</a><br> <a href="javaScript:call('sub3.html')">サブウィンドウのURL変更(sub3)</a><br> </body> </html>
補足説明 なし

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

写真素材 PIXTA