iframe onclick不能在chrome中工作但在firefox中工作正常

时间:2013-09-12 07:32:19

标签: jquery iframe

document.getElementById(id).contentWindow.document.addEventListener("click", function() {
     alert("in contentWindow event")}, false);
});

其中 id 是我的iframe的ID。警报来自Firefox,但不是Chrome。 任何人都可以建议为什么这不起作用或任何替代方案?

0 个答案:

没有答案