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.
FFでは、[このフレームのみを表示]を右クリックできます。では、javascript / jqueryでそれを行う方法は?Becoz Webappsバナー(別のフレームセットの別のフレーム内にある)を削除したいのですが、失敗します。
私が理解できることから、あなたはあなたのウェブページのヘッドバナーを削除したいと思います。つまり、ページがiframe内にあり、読み込まれるとすぐに親ページを自動的に引き継ぐようにします。これを行うには、次のJavaScriptコードを追加します。
top.document.location.href="your_page_link";