Top "Popup" questions

In general, popup refers to any UI element that floats above a window or application surface.

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
is it possible to open a popup with javascript and then detect when the user closes it?

The question is pretty much all in the title. Is it possible (and how?) to open a popup with javascript …

javascript jquery popup
How to handle ESC keydown on javascript popup window

I have a javascript window.open popup, and I want the popup to close itself when the user presses the …

javascript jquery popup
popup window in Chrome extension

I am writing a Chrome extension, and I want a login window to be popped up when users click on …

javascript google-chrome-extension popup
How to change background color popup menu android

I generate each option of menu from querying database. Here is my code. final PopupMenu popupMenu = new PopupMenu(getBaseContext(), v); …

android menu colors popup
JavaScript / jQuery - Open current link in pop-up window

<a href="http://google.com">Link</a> How can I open this link in a pop-up …

javascript jquery popup
How to remove auto focus/keyboard popup of a field when the screen shows up?

I have a screen where the first field is an EditText, and it gains the focus at startup, also popups …

android keyboard popup android-softkeyboard
Popup window to return data to parent on close

I've got a popup window opened using window.open(). What I want now is for a user to be able …

javascript jquery popup
How to create a modal popup that is compatible with Angular 4

I want to be able to create a popup window which will load a certain Angular 4 component of mine when …

angular typescript popup modal-dialog
JavaScript window.open only if the window does not already exist

I have an application that opens a new window on clicking a link. This spawns a page that holds a …

javascript popup window