サブウィンドウのページURLにジャンプさせる


動作ブラウザ 【 IE:4.0  NN:3.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 - - - - - - - - - - × × -

ポイント location.href = subWin.location.href;
説  明 サブウィンドウで表示されているページURLにジャンプさせるには「location.href = サブウィンドウ名.location.href」のようにします。
サンプル <html> <head> <title>サブウィンドウのページURLにジャンプさせる</title> <script Language="JavaScript"><!-- subWin = window.open("sub.html","sub","width=320,height=240"); function jump() { location.href = subWin.location.href; } // --></script> </head> <body> <form> <input type="button" value="Go!!" onClick="jump()"> </form> </body> </html>
補足説明 同一ドメイン内のページでない場合、ブラウザによってはジャンプできない場合があります。

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

写真素材 PIXTA