What triggers "popup blocker"?

R

rob c

Hi

Does anyone know what triggers a "popup blocker"?
I'm going to be opening some sub-windows from my main page and don't want to
get caught in a blocker.

Thanks
Rob
 
I

Ian Skinner

Unfortantly the answer for that is, "Whatever the programmer(s) of the
popup blocker wanted it to be triggered by." This can very widely from
one popup blocker to another. Many are triggered by any javascript that
generates a new window without any user interaction. Some are even more
restrictive then that.
 
A

axlq

Does anyone know what triggers a "popup blocker"?

Usually, opening a window. Some popup blockers require the user to
do something to cause the window to open to allow it, others don't.
The one I use (Proxomitron) blocks all pop-ups when a window loads
and then restores them after the page is completely loaded.
I'm going to be opening some sub-windows from my main page and
don't want to get caught in a blocker.

You can't avoid it. The best solution is to make the site degrade
gracefully. For example, use anchor links with target=_blank to
cause links to open new windows, and also have an onClick javascript
attribute in the anchor to cause the window to have the desired
attributes you want.

-A
 
J

JimK

Hi

Does anyone know what triggers a "popup blocker"?
I'm going to be opening some sub-windows from my main page and don't want to
get caught in a blocker.

Thanks
Rob

Far as i know, their no way to get around pop-up blocker with
un-requested pop-ups except when the user 'allows the popup' is set.

Their is a way to fake a popup using DHTML that gets around pop-up
blockers. Unblockable DHTML Pop-Up
http://www.antssoft.com/wisepopup/index.htm
 
I

Ivan Marsh

Hi

Does anyone know what triggers a "popup blocker"? I'm going to be
opening some sub-windows from my main page and don't want to get caught
in a blocker.

Thanks
Rob

That's kind of a diplomatic way to say "How do I piss off my end-users by
defeating their pop-up blocker?" isn't it?
 
R

rob c

:>
:>In article <[email protected]>,
:>>Does anyone know what triggers a "popup blocker"?
:>
:>Usually, opening a window. Some popup blockers require the user to
:>do something to cause the window to open to allow it, others don't.
:>The one I use (Proxomitron) blocks all pop-ups when a window loads
:>and then restores them after the page is completely loaded.
:>
:>>I'm going to be opening some sub-windows from my main page and
:>>don't want to get caught in a blocker.
:>
:>You can't avoid it. The best solution is to make the site degrade
:>gracefully. For example, use anchor links with target=_blank to
:>cause links to open new windows, and also have an onClick javascript
:>attribute in the anchor to cause the window to have the desired
:>attributes you want.
:>
:>-A

From the sounds of it I should be ok. The pop-up windows I'll be using will
only occur when the user requests them. I was planning on using target=_blank
and was also wondering how to control the attributes.
Can you post a small sample of the onClick script you mentioned?

Thanks
Rob
 

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

Similar Threads

popup blocker 2
Pass Popup blocker? 4
Positioning a popup 10
Positioning a popup 1
Popup Blocker Detection 22
PopUp detection without window.open 4
new windows popup blocker 3
Help Me With modeless Popup 1

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top