インラインフレームの内容をクリックしたら入れ替える


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

ポイント myFrame.location.href = jumpURL;
説  明 インラインフレームの内容を入れ替えるには、インラインフレームにname属性で名前をつけます。あとは「インラインフレーム名.location.href=ジャンプ先URL」とします。
サンプル <html> <head> <title>インラインフレームの内容をクリックしたら入れ替える</title> <script language="JavaScript"><!-- function changeIFrame(jumpURL) { myFrame.location.href = jumpURL; } // --></script> </head> <body> <a href="javaScript:changeIFrame('http://www.yahoo.co.jp/')">Yahoo</a> <a href="javaScript:changeIFrame('http://www.lycos.co.jp/')">Lycos</a> <br> <iframe src="dummy.html" name="myFrame" width="320" height="240"></iframe> </body> </html>
補足説明 NN6では一度異なるドメインのページを表示すると以後、インラインフレームの内容を他のページに入れ替えることはできなくなります。

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

写真素材 PIXTA