Top "Popup" questions

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

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
Javascript to open popup window and disable parent window

I want to open a popup window and disable the parent window. Below is the code that I am using; …

javascript popup
How do you add a scroll bar to a div?

I have a popup that displays some results, and I want a scroll bar to be display since the results …

css scroll popup
jQuery override default validation error message display (Css) Popup/Tooltip like

I'm trying to over ride the default error message label with a div instead of a label. I have looked …

jquery css popup tooltip custom-errors
How to make a Div appear on top of everything else on the screen?

I have the following popup: But when i move this popup up to appear over the map, it gets hidden: …

css html popup z-index
How to handle authentication popup with Selenium WebDriver using Java

I'm trying to handle authentication popup using the code below: FirefoxProfile profile = new FirefoxProfile(); profile.setPreference("network.http.phishy-userpass-length", 255); profile.…

java authentication selenium selenium-webdriver popup
Popup window in winform c#

I'm working on a project where I need a popup window. But the thing is I also want to be …

c# winforms popup window
Alert handling in Selenium WebDriver (selenium 2) with Java

I want to detect whether an alert is popped up or not. Currently I am using the following code: try { …

java selenium selenium-webdriver popup alert
Submit a form in a popup, and then close the popup

This seemed so trivial when I started off with it! My objective is this: When user clicks on a button, …

javascript html popup
Android Pop-up message

I'm trying to get a pop up text box, with some disclaimer and app info at the start of my …

android popup