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.
window.frames["the_iframe"].location.href =someurl; IE では動作しますが、FF では動作しません。FFまたは他のブラウザでどのように機能するか。
前もって感謝します。
助けてください
フレームに name パラメータを追加し、
name='the_iframe'
これを試してみてください。