How to detect click event in iframe element using JQuery?

How to detect click event in iframe element using JQuery?

Hi

For a requirement, I have a iframe in my html page like this

<iframe src="www.abc.com" id="firstembed" name="iframebox"></iframe>

So, the given URL (www.abc.com) will get loaded in the iframe.  Now, my requirement is, if user click on the area of iframe, I need to display the alert message.

onclick attribute is not working.  Please advice me how we can detect the click event on iframe element using JQuery.

Thanks