Top "Popup" questions

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

How to open aspx web pages on a pop up window

I'm trying to write a code to open an .aspx (in shape of a pop up window) after clicking a …

asp.net vb.net visual-studio-2008 popup asplinkbutton
Handling browser pop-up windows with Selenium

We are running Selenium regression tests against our existing code base, and certain screens in our web app use pop-ups …

internet-explorer selenium popup regression-testing
How to create an SVG "tooltip"-like box?

Given an existing valid SVG document, what's the best way to create "informational popups", so that when you hover or …

popup svg tooltip
How to show fullscreen popup window in javascript?

Is there a way to make a popup window maximised as soon as it is opened? If not that, at …

javascript html popup
How do I create a popup window in tkinter?

I have a problem creating a popup window for a program. Code: from tkinter import * from tkinter import ttk import …

python-3.x tkinter popup popupwindow
Set a jQuery cookie to show popup only once

I'm an absolute newbie in jQuery. I'm learning, but there is a Christmas message that I need to get up …

jquery cookies if-statement popup
Getting Error: Object doesn't support property or method 'assign'

I am using this jquery popup plugin from this link on my WordPress site. It's working fine on all browsers …

jquery wordpress popup modal-dialog
Django How to implement alert()(popup message) after complete method in view

I would like to have an alert() message (like in javascript) after method in view.py is complete My method …

django popup alert message
IE8 losing session cookies in popup windows

We have an ASP.NET application that uses Forms Auth. When users log in, a session ID cookie and a …

cookies internet-explorer-8 popup
Redirect to a new tab within javascript file

I have code that sets: top.location.href = [someurl] But I want it to open up in a new tab. …

javascript popup anchor