上フレームと下フレームの背景色を合わせる


動作ブラウザ 【 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 - - - - - - - - - - × × -

ポイント document.bgColor = col; <a href="cont1.html" target="fBottom" onClick="changeBGColor('red')">
説  明 クリックで上のフレームと下のフレームの背景色を同じにするには、aタグのonClickイベントで関数を呼び出し「document.bgColor」に表示する下フレームの色を入れます。
サンプル <html> <head> <title>上フレームと下フレームの背景色を合わせる</title> <frameset rows="50%,*"> <frame src="code_top.html"> <frame src="code_bottom.html" name="fBottom"> </frameset> </head> </html>
補足説明 フレーム分割のページ等の内容は以下の通りです。 ●フレーム分割ページ <html> <head> <title>上フレームと下フレームの色を合わせる</title> <frameset rows="50%,*"> <frame src="code_top.html"> <frame src="code_bottom.html" name="fBottom"> </frameset> </head> </html> ●下のフレームのページ <html> <head> <title>上フレームと下フレームの色を合わせる</title> </head> <body> 下のフレームです。最初は白色。 </body> </html>

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

写真素材 PIXTA