Link to home
Start Free TrialLog in
Avatar of ispcorp
ispcorp

asked on

Popups were not blocked

Hello,
I developed an ASP.NET application, which generates a pop up of a word document.  One of my users computer is hitting a page where I want the pop up to show, and its flashing it and then closing it right ways with out showing the word document.  There is a message at the bottom of the screen saying "Pop ups were not blocked", but in fact it did block that pop up.  Its very wierd, and if anybody could explain why this is happening and offer a fix, I would appreciate it.  Thanks.
Avatar of Mohammed Hamada
Mohammed Hamada
Flag of Portugal image

What kind of pop up blocks you have on that computeR?
Avatar of RedKelvin
RedKelvin

Make sure the popup blocker is on in Explorer (if they are using IE)
Tools --> Internet Options --> Privacy --> popup blocker is at the bottom

You could try using the google toolbar this has a popup blocker in it
http://toolbar.google.com/

Not all popups are blocked by popup blockers, generally only those that open a new window can be blocked, some popups do not open a new window
Avatar of ispcorp

ASKER

I really don't care about the pop up blocker...I think its a bug with it...We turned it off, and its still not showing the pop up.  I think its a bug with XP Sp2.
does the test machine have word installed.

Does this happen on other machines

Avatar of ispcorp

ASKER

Yes, Word is installed on the server...This works on my machine and about 20 other users.  Its just this particular user is having a problem.  The description of her problem is above.
try turning off all extraneous software that can have an effect on the internet, firewalls, antivirus etc, and any other tools that are not absolutely necessary such as spybot etc, apparently spybot for example has a background tas, that has a url blocker.

You have word installed on the server, but is the client machine required to have word installed to access this. Like pdfs for example, the client cannot see them unless they have acrobat installed
Avatar of ispcorp

ASKER

This is wierd, but I figured this one out by setting the target="_new" on my hyperlink that brings up the popup instead of using the "window.open" javascript command, and it worked just fine.  Thanks any way....
Glad you got it sorted
ASKER CERTIFIED SOLUTION
Avatar of OzzMod
OzzMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial