如何添加指向外部 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>
这是放置在我的网站内的外部广告。我想添加一个指向此 iframe 的链接,以跟踪展示次数和点击次数
有没有办法与 jQuery 一起使用?谢谢!