Top "Popup-blocker" questions

In web browsers, a popup-blocker is browser code that attempts to prevent annoying or disruptive unsolicited popup windows from polluting the display area.

Avoid browser popup blockers

I'm developing an OAuth authentication flow purely in JavaScript and I want to show the user the "grant access" window …

javascript popup modal-dialog popup-blocker
Bypass popup blocker on window.open when JQuery event.preventDefault() is set

I want to show a JQuery dialog conditionally on click event of an hyperlink . I have a requirement like on …

jquery window.open jquery-callback popup-blocker
How do I prevent Google Chrome from blocking my popup?

On my website there is a button that just used to call a function that calls window.open, however, recently …

javascript google-chrome popup popup-blocker
Open new tab without popup blocker after ajax call on user click

I have a page that enable user to perform image manipulation via HTML5 canvas, on the page, there's a facebook …

javascript popupwindow popup-blocker
How do I detect popup blocker in Chrome?

I have searched many issue in stack overflow and might be duplicate here Detect Popup But not helped for me …

javascript jquery google-chrome popup-blocker
Popup blocking in Google Chrome causing issues with Capybara/Rspec tests

I'm writing some automated tests using Capybara/RSpec, I choose/configure the driver by using this little bit of ruby: …

google-chrome webdriver capybara popup-blocker
javascript: Print text that is received via ajax

This is what I want to do: User clicks print button; This calls function, which does ajax call to get …

javascript ajax popup-blocker
Pop up blocker API- how to check if user has it enabled

I need to know when the user clicks on the button that triggers window.open if there is stable API/…

javascript google-chrome window v8 popup-blocker
How to download a PDF to a new tab/window without popup blocker?

I have the following service call to download files from the server. I currently have it so that PDFs will …

javascript html angularjs popup-blocker
Window.Open without popup-blocker

i want to open a popup window when user leaves tab or closes browser, the available option with me was …

asp.net jquery popup-blocker