How can I program in Javascript to show a popup without the IE7 popup blocker killing it?

Archived in the category: popup com
Posted by Kristen Meyers on 22 Feb 09 -

I'm looking for the user to not have to disable or do anything other than click the button that contains the popup. It is easier for the user.
It needs to be a new window and it is not an alert box.

Why not use a DHTML Popover? The popup blocker will never even notice it!

powered by Yahoo Answers

2 comments for “How can I program in Javascript to show a popup without the IE7 popup blocker killing it?”

1
Danltn

Why not use a DHTML Popover? The popup blocker will never even notice it!
References :

February 22nd, 2009 at 8:15 am
2
Tim N

If you mean a dialog box, then there is no problem since popup blockers don't block them.

Popup blockers are for blocking spawned browser windows.
References :

February 22nd, 2009 at 8:30 am

Laeave a Reply