On Wed, 25 Feb 2009 17:25:15 +0000, Badger_Lady
<> wrote:
>Thanks 
>
>It's definitely coming from the same server... in IE7, click on "Tools"
>in the titlebar, and there's a menu item called "Popup Blocker" that's
>either "off" or "on". In my colleague's case, she had always had it set
>to "off", and suddenly today it was "on". Another friend of mine says
>she's suddenly unable to use her online banking in IE7 because the popup
>window doesn't appear 
>
>It was amusing, because I once had to show our IT guy how to switch his
>popup blocker off after he spent two days insisting that there were no
>popups on the website!
Are you sure that specific option changed? AFAIK, that option is on by
default in IE7. However, it's set to "medium" which allows local
pop-ups. I have mine on right now and pop-ups still work. I would be
happy to test your site if you don't mind posting the URL.
If you look on the same menu where you turn the blocker on and off,
there's a setting for Pop-Up Blocker "level". If it gets set to "high"
then no pop-ups work. I'd be more inclined to think that some security
tuning has adjusted that level than to think that the blocker itself
is the issue.
One other note: there is a configurable item in the Security Options
in IE that allows a user to block pop-ups with no size constraint on
them. This is ON by default. If your JS code does not spec a size, you
might be hitting that. (I've never tested that option as I always spec
the window size for a pop-up).