Forum Moderators: open

Message Too Old, No Replies

Pop Up on affiliate site

Any help is appreciated

         

bullet_mike

6:01 am on Jan 11, 2004 (gmt 0)

10+ Year Member



ADwords says No Pop-ups ,
the following is from Google.
{We do not allow links to landing pages that generate pop-ups when users enter or leave your landing page.}

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

RonPK

6:11 pm on Jan 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure whether this is what you mean or need, but one can block the window.open method all the way. So if you're page contains no acceptable popups, try this:

<script type="text/javascript">
function noopen() {return true;}
window.open=noopen;
</script>

I haven't tested it in an environment such as you describe..

bullet_mike

2:11 am on Jan 13, 2004 (gmt 0)

10+ Year Member



I think the code will work it appears to close the pop up that was opening when you back paged out. Thank you so much for your help.

bullet_mike

4:17 am on Jan 14, 2004 (gmt 0)

10+ Year Member



The code appeared to work but my ad was disallowed again for pop ups they must have the pop up on time delay . Oh well, I don't know what
else to do with this problem.