如何通过点击广告在新窗口中打开链接?
这是我的广告代码:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-1933305968388659";
/* Try This...:) */
google_ad_slot = "2365466722";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
我想要的是当这个广告被点击时,一个额外的链接应该在新的浏览器窗口中打开。
我在下面尝试过,但没有用
<a href="http.example.com"><script type="text/javascript"><!--
google_ad_client = "ca-pub-1933305968388659";
/* Try This...:) */
google_ad_slot = "2365466722";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></a>