How do I add a link to external iframe?
<iframe id='abcdef' name='abcdef' src='http://externaldomain.com?id=99' framespacing='0' frameborder='no' scrolling='no' width='960' height='60'>
<a href='http://anotherexternaldomain.com' target='_blank'>
<img src='http://externaldomain.com?pic=99' border='0' alt='' />
</a>
</iframe>
This is external ads which is put inside my website. I want to add a link to this iframe in order to track the impression and number of click
Is there any way to use with jQuery perhaps? Thank you!