Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML ページに 3 つのフレームがあり、フレームに送信ボタンのあるフォームがあります。submit を押すと、ページ全体ではなく、対応するフレームがリロードされます。ページ全体をナビゲートする方法は?
これをあなたのフレームの1つの中に入れてください
<input type="Submit" onclick="parent.location.reload();" value="Submit">