thnx for your reply , but i am not very good at coding. The div include the adsense code and its not just a link. here is the script i useThe short answer is: just add a target="_blank" attribute to your links (anchor tags).
For example, if you have a link that says the following:
<a href="https://www.thesitewizard.com/">thesitewizard.com</a>
Change the above so that it now says:
<a href="https://www.thesitewizard.com/" target="_blank">thesitewizard.com</a>
Let us know if this works
i see thnx guys!https://support.google.com/adsense/answer/1354740?hl=en It seems that google doesn't allow that. If it was a simple anchor you could have done what the guy above has suggested.