Forum Moderators: open
I'm running a campaign w/ Adwords and my sub-affiliate page url has pop-ups.So I did a Javascript redirect but It still has a pop-up when you back button out and Google keeps disallowing my ad.
Any ideas on how to disable the exit pop up on my sub afilliate sign up page using JS I don't have access to their server and they are not removing the pop-up.
Thanks
<script type="text/javascript">
function noopen() {return true;}
window.open=noopen;
</script>
I haven't tested it in an environment such as you describe..