Does anybody know if there is an onClick event for iframe? What I'm going to do is to use an iframe to show an image, and the image details will be shown while user click on this image(iframe). I tried following script, but it doesn't work:
<a href="whole_image.jpg"><iframe src="image.jpg"></iframe></a>
When mouse move on the iframe, it does show URL on IE's status bar. But if you click on iframe, nothing happen.
Any help is appreciated.