Questions tagged as 'popup'

3
answers

Alternative to check if the window is a popup

I have a page that can be opened both by my own domain and externally, both as a "normal" window as a popup. In this window, I need to check whether it has been opened as a popup or not, and perform some customizations programmatically. So fa...
asked by 30.01.2014 / 15:59
4
answers

How do I open a pop-up without using JavaScript?

How to open a pop-up without using onclick or any other JavaScript function?     
asked by 04.04.2015 / 23:49
1
answer

What causes a popup to be blocked?

I have noticed that some libraries, such as login with facebook, always use popups for user authentication, and almost always, this popup is not blocked. Generally, when it is opened with a click event there are no locks. And when we use w...
asked by 16.11.2015 / 18:28
3
answers

Pass values from a popup (child) to parent page

The parent window (jsp) has a popup (child) button. <input type="button" onclick="test();" value="Call Child Window" /> When you open the popup, there are text fields for the person to enter a word. These input are created dyn...
asked by 06.05.2016 / 16:31
1
answer

Colorbox responsive

I'm using Colorbox in a project and need to be responsive. I was able to change the size of all divs with Media Queries in CSS, but the #colorbox does not change the size! This makes the page scroll horizontally. How can I re...
asked by 19.03.2015 / 15:52
2
answers

Image pop-up gallery

I have this in an HTML file: And I wanted a picture slide, like a gallery, pop-up when you clicked on one of the images. Something like this link , does anyone know how to do it?     
asked by 27.11.2015 / 12:28
3
answers

Force popup on a website, after the onclick, in javascript

As everyone knows, there are pop-up blockers that will not let you pop popups automatically or the browser itself without doing anything. In this way, I need to create a code in JAVASCRIPT, which opens my desired popup as soon as the user cli...
asked by 30.12.2014 / 22:13
1
answer

Align Popup to Center

Why can not I align to the center, this my popup? LookhowitlooksinXAMLDesign Follow my XAML : <Popup x:Name="popup" HorizontalAlignment="Center" VerticalAlignment="Center"> <StackPanel Background="Black" Width="456">...
asked by 30.04.2014 / 20:08
1
answer

how to make a pop up that opens in the same window

I would like to know how to make a pop up that opens in the same window after the user clicks a button on the page. The content of the pop up would be on a separate page.     
asked by 02.02.2018 / 22:52
1
answer

Picking a popup title

I need to get the title or URL of a popup . Inside my system has a button, clicking opens this popup with an external site For example: window.open("http://baixaki.com.br/", options); How do I get the title of this popup ?     
asked by 18.09.2015 / 20:28