私は、各フレームに異なるページを表示する3つのフレーム、上部、中央、および下部を持つページを持っています。ミドルフレームのボタンをクリックすると、3番目のフレームを変更したいと思います。動的に最も低いフレームを変更します
メインページ:
それがクリックされたときに下のフレームは、現在別のページを表示するようにセットアップがmiddle.htmページ内のボタンである私は何をいただきたい<html>
<frameset rows="475,6%,*">
<frame name="top" scrolling="no" noresize target="middle" src="top.htm">
<frame name="middle" src="middle.htm" scrolling="no" noresize>
<frame name="bottom" src="bottom.htm" scrolling="no" noresize>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
。
これを設定する方法はありますか?
TIA
BR
を? 'top.frames ['bottom']。location.href = 'otherpagehere.htm';'リンク経由ですか? 'Link' –