Help! Popunder is popping up! Uses amazon.com link

B

Barbara Ling

Good morning,

I am at my wit's end regarding a rather
interesting popunder question. I have created
a test Star Wars page at

http://www.lingstar.com/tt/t.html

I would like the popunder to go to Amazon.com
for Star Wars books.

If I set the popunder to go to my star wars
page ( http://www.barbaraling.com/starwars )
it works fine.

Set it to the amazon.com link, it pops up instead
of popping under once it finishes loading.

Might anyone please illuminate me? I'm using
the Popunder Power script.

Thanks in advance,

Barbara
 
W

William Morris

Assuming that you're linking to a page on Amazon.com, it could very well be
that amazon.com has code in their pages that forces whatever window they're
loaded into to the top, that there's a .focus() somewhere.

A "view source" might answer that.

- Wm
 
I

Ivo

"William Morris" topposted:
Assuming that you're linking to a page on Amazon.com, it could very well be
that amazon.com has code in their pages that forces whatever window they're
loaded into to the top, that there's a .focus() somewhere.

A "view source" might answer that.

And since you can not edit the amazon's code, you need to refocus your own
window to make things work the way you want:
setTimeout("window.focus()",1000);
The 1000 miliseconds is a guess. The onload event of the new window is not
available since it is in different domain.
May I add that popunders are even generally considered even more annoying
and less userfriendly then popups, and the various calls to focus() makes
that even worse.
HTH
Ivo
 
G

Grahammer

Barbara Ling said:
Good morning,

I am at my wit's end regarding a rather
interesting popunder question. I have created
a test Star Wars page at

I block all sites from my network where I find that generate popunder or
hidden popups. You don't know how many folks I've pissed off because they
can't go to Network Solutions website because of a stupid hidden popup
window.

You have ONE window... Use it as best you can, you aren't getting any more.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top