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.
フレームを含むページがあります。このフレーム内から、ポップアップを開くことができます。このポップアップが親ページから開かれているかどうかを確認するにはどうすればよいですか?
if (window.opener && window.opener.top === window.opener) { // this window was opened from a window that is it's own top (not an IFrame) }