Top "Popup" questions

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

How to open a WPF Popup when another control is clicked, using XAML markup only?

I've got two controls, a TextBlock and a PopUp. When the user clicks (MouseDown) on the textblock, I want to …

wpf xaml popup eventtrigger
How to handle login pop up window using Selenium WebDriver?

How to handle the login pop up window using Selenium Webdriver? I have attached the sample screen here. How can …

selenium-webdriver popup alert
Detecting the onload event of a window opened with window.open

window.popup = window.open($(this).attr('href'), 'Ad', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); $(window.popup).onload = function() { alert("…

javascript internet-explorer firefox google-chrome popup
Background blur with CSS

I want an Vista/7-aero-glass-style effect on a popup on my site, and it needs to be dynamic. I'm fine …

css popup aero-glass
Javascript Array Alert

Im new to Javascript. Im trying to code these four buttons. I'm currently on the second one. I've coded an …

javascript arrays popup alert
Using JQuery to open a popup window and print

A while back I created a lightbox plugin using jQuery that would load a url specified in a link into …

javascript jquery printing popup lightbox
How do I make a Mac Terminal pop-up/alert? Applescript?

I want to be able to have my program display an alert, notice, whatever that displays my custom text. How …

macos popup terminal applescript alert
Open page in new window without popup blocking

Hope you can help a bit here... I have a form that translate a word in a field, populate the …

javascript jquery popup
jQuery select element in parent window

Is there a way to select a DIV in the parent window using jQuery? For example: Main page contains this, &…

jquery jquery-selectors popup parent
how to make window.open pop up Modal?

I am currently using window.showModalDilog to open a modal pop up window which is not allowing the parent window …

javascript jquery popup popupwindow