Forum Moderators: martinibuster
I just tested it now, and Yahoo is definitely blocking all new windows for those sites using the AdSense search with the results set to open in a new window. The Google pop-up blocker allows it (if it didn't allow it, that would be an even bigger issue!)
-what browser version you're using
-version of Yahoo Toolbar you're using
-if the AFS code is exactly as it appears in your account, or if it contains any modifications at all
-what the 'target' is set to in your current AFS code
Thanks!
ASA
I changed it to target="_top" (what is used in the code if you do not want it opening in a new window) and had no problems. But the target="google_window" causes the new window to be blocked. When I open up the popup blocker, it shows "www.google.com" listed under the heading of "Sources of Recently Blocked Pop Ups".
But what I found most interesting is that when I changed it to target="_blank" (the usual coding to get a page to open in a new window) it opened the results in a new page without being blocked. It is something about the "google_window" it doesn't like. Perhaps it has it set up to block anything with a non-standard target.
Can publishers use target="_blank" as a workaround until this is fixed?