|
サンプル |
タグ |
|
|
<FORM>
<INPUT type="button" onClick="parent.left.location.href = 'test.html';parent.right.location.href = 'menu.html';" value="サンプル">
</FORM>
|
|
変更をするところ |
|
|
test.html | … | 移動先のアドレスを記入 |
left | … | 移動先のフレームの名前を記入 |
サンプル | … | ボタンに表示される文字を記入 |
|
|
その他の詳細 |
|
|
指定したフレームが存在しないときはエラーになります。
多数に増やしたい場合は、parent.left.location.href = 'test.html';を編集してから追加してください。
|
|
|
|