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.location、私がiframeにいるかどうかを確認する手段はありますか?
window.location
これは、ページが iframe に読み込まれているかどうかを確認するための簡単なコードです。
if (window.location != window.parent.location) window.parent.location = "http://someurl";