Popup Blockers

J

Just D.

Does anybody know the way to detect a popup blocker in the Internet
Explorer? I was thinking that I know but the customers got a situation when
I wasn't able to detect the Yahoo Toolbar Popup Blocker and the app screwed
up. I'm using this code in ASPX page right now:

var wobj =
window.open(somepage,pagename,"toolbar=no,statusbar=no,menubar=no,resizable=yes,location=no")
if (wobj==null) {
top.location.href = 'PopUpBlockerInfo.aspx';
} else {
...
}

What's a better way to do that?

Just D.
 
J

Just D.

Thanks,

but I think it's not a very good idea to buy and install something to
thousands of users just to test if they are using some kind of popup
blocker. All I need is to get the status and react appropriately. Sounds
much easier.

Just D.
 
G

Guest

Just D. said:
Thanks,

but I think it's not a very good idea to buy and install something to
thousands of users just to test if they are using some kind of popup
blocker. All I need is to get the status and react appropriately.
Sounds much easier.

It's a server side component. Nothing is loaded on the client...
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top