I want to add onclick function to div, but when there is a facebook plugin iframe inside of the div, the onclick function not work.
there is code:
<div onclick="alert('123)">
<iframe
src="https://www.facebook.com/plugins/page.php?..."
width="470"
height="160"
style="border:none;overflow:hidden"
scrolling="no"
frameborder="0"
allowTransparency="true">
</iframe>
</div>