popup-blocker

How to turn off popup blocker through code in Watin?

I am facing trouble in turning the popup blocker off through watin code. Could anyone please help me in knowing how to turn off the popup blocker of IE through watin? Is there any way to turn off the popup blocker of tool bars (like google, yahoo or msn) if any of them are installed in IE? Thanks for your help in advance. ...

How can you open 2 windows even when ie6 popup blocker is enabled

It seems like when trying to open 2 windows from a succession of windows.open calls, it only allows the first window to open and deletes the reference to the second window. I know this probably sounds a little kludgy, but we do need to have that second popup. Any ideas? Unfortunately we are addressing a user-case, where ie6 on the user...

Avoid Browser Pop-up Blockers

Is there a set of best-practices or advice to avoid pop up windows being blocked by the different browsers pop-up blockers? By pop-up I mean windows created by either window.open or window.showModalDialog methods. Thanks a lot Edit: I do not plan to bypass the pop-up blockers with hacks. I came to this while developing an ...

Programmatically adding a site to the Allowed Sites of the IE Pop-up Blocker (VB.NET)

A few more details. I need to programmatically (Winforms, VB.NET) check if a site is in the Allowed Sites list of the IE Pop-Up Blocker (IE 7 and 8 and Windows XP, Vista and 7) and if not, add it. The application is fully trusted and I don't want to disable the Pop-Up blocker entirely. To clarify some things, this is for a web-automati...

how to make javascript popup unblocked in any browser without user interference?

I have used popup at many places in my website (its in PHP with Mysql DB and lots of javascript). These are mostly been blocked my browsers, which restricts user to move ahead. what should do in my code so that my popups becomes Popyp blocker independent.. ...