document.getElementById(id).contentWindow.document.addEventListener("click", function() {
alert("in contentWindow event")}, false);
});
where id is id of my iframe. Alert is coming in firefox but not in chrome. Can anybody suggest why this is not working or any alternative??