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.
document.getElementById(id).contentWindow.document.addEventListener("click", function() { alert("in contentWindow event")}, false); });
ここで、idは iframe の ID です。Firefox ではアラートが表示されますが、Chrome では表示されません。なぜこれが機能しないのか、または代替案を誰かが提案できますか??