Most voted "popup" questions
In general, popup refers to an UI element that floats over a window or the surface of an application. This may include tooltips, context menus, and modal dialog windows.
Learn more…76 questions
Sort by count of
-
12
votes3
answers918
viewsAlternative 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 and as a popup. In this window, I need to check whether it was opened as a popup or not, and perform…
-
12
votes4
answers20055
viewsHow to open a pop-up without using Javascript?
How to open a pop-up without using onclick or any other Javascript function?
-
6
votes1
answer1501
viewsWhat makes a popup block?
I’ve noticed that some libraries, such as login with facebook, always use popups for user authentication and, almost always, this popup is not blocked. Usually when it opens with a click event there…
-
5
votes3
answers2170
viewsPass values from a popup (child) to parent page
The parent window (jsp) has a button to open the popup (child). <input type="button" onclick="test();" value="Call Child Window" /> When you open the popup, there are text fields for the…
-
4
votes1
answer283
viewsColorbox responsive
I’m using Colorbox in a project and need to make it responsive. I was able to change the size of all Divs with Media Queries in CSS, but div #colorbox does not change the size! This causes the page…
-
3
votes3
answers3404
viewsForce popup opening on a website, after onclick, in javascript
As you all know, there are popup blockers that don’t let popups open automatically or the browser itself, without doing any action. That way I need to create a code in JAVASCRIPT, which opens my…
-
3
votes1
answer107
viewsAlign Popup to Center
Why can’t I line up at the center, that my popup? Look how he looks in XAML Design Follows my XAML: <Popup x:Name="popup" HorizontalAlignment="Center" VerticalAlignment="Center">…
-
3
votes2
answers836
viewsPop-up gallery of images
I have in an HTML file this: And I wanted when you click on one of the images to pop up a slide of images, like a gallery. Something like this http://www.monocapa.pt/portfolio.php, someone knows how…
-
3
votes1
answer4125
viewsHow to add an image popup when accessing the site
I would like to do a popup similar to that of Kabum, but without a form, with only one image and the option to close. I searched and found this code: <a href="#"…
-
2
votes1
answer1757
viewsFB.login and pop-up blocking
I have a usability problem when requesting extra permissions on Facebook. According to Facebook documentation the function FB.login should only be called after a click as most browsers block open…
javascript facebook-graph-api popup facebook-javascript-sdkasked 10 years, 8 months ago Anthony Accioly 20,516 -
2
votes1
answer781
viewswindow.open is not opening the popup
I have an extension that sends things to an external server by ajax post (all in javascript) and the reply of the send (sent from the server) is received in the extension itself. I want to put this…
javascript ajax google-chrome-extension popup extensionasked 9 years, 7 months ago Luciano Zancan 321 -
2
votes1
answer167
viewsSpinner in Popup
I have a screen where it has a Gridview and a ImageButton. Well, by clicking on that ImageButton open a PopUp containing two spinner and a ImageButton. Those spinners are populated through a web…
-
2
votes1
answer424
viewsHow to show a jPopupMenu just below a jTextfield?
My intention is to create a search field where you type and appear the data of a query in the BD as a popup menu. I got this, it’s working. I created the menu and I can show it on the screen with…
-
2
votes1
answer1369
viewsHow to log in and maintain the session?
I have a page HTML with an administration button before you have a login popup and the php from that login to is in another file. And I wanted to know how to do so that if he accepts the login, he…
-
2
votes1
answer36
viewsPopulating a field by selecting a dropdowlist via popup
I need to open a pop-up through the selection event of a dropdownlist in an application .net and in this way I popularized the field of the first screen with the selection of the option displayed by…
-
2
votes1
answer96
viewsCatch title from a popup
I need to get the title or URL of a popup. Inside my system has a button, when clicking opens this popup with an external website For example: window.open("http://baixaki.com.br/", options); How do…
-
2
votes2
answers3506
viewsPop up only once per user - Cookies
I’m with a POPUP on my website that appears whenever the person updates or enters it. I want to create a function javascript (for the page is in HTML and can not use PHP) so that the POPUP only once…
-
2
votes1
answer1571
viewshow to do a pop up that opens in the same window
I would like to know how to do a pop up that opens in the same window after the user clicks a button on the page. The contents of the pop up would be on a separate page.
-
2
votes1
answer88
views -
1
votes1
answer3071
viewsHow to make a pop-up with text and video from youtube?
I need to make a pop-up which contains both text and Youtube video, the problem is that the pop-up is much higher than the height of the screen. At the home of the site before clicking the link to…
-
1
votes1
answer728
viewsExpect response from a method to proceed
I have the following problem, I am doing a popup to display on the screen information, almost in the same way as a ShowDialog(), being so: GeneralPopUp popupErro = new GeneralPopUp("Titulo",…
-
1
votes0
answers372
viewsPopunder that opens every 20min per IP
I need a popunder for my website that opens every 20 minutes. I am using a code, but this only allows it to be opened 1 single time... var tags = document.getElementsByTagName("a"); for (i = 0; i…
-
1
votes1
answer499
viewsIs there a way to cancel Unload() or Onbeforeunload()?
Is there any way to cancel Unload() or Onbeforeunload()? Something like that: window.onbeforeunload = function(){ //ação aqui break; //cancela o fechamento da pagina sem exibir nenhum alert } I need…
-
1
votes0
answers67
viewsPopupmenu appearing at the top of the screen
I did an implementation of a PopupMenu being called within a Adapter of a ListView, the mistake that this happening is that when I call the PopupMenu, the same is being displayed at the top of…
-
1
votes2
answers946
viewsProblems validating quiz response with javascript
I’m trying to create a simple quiz but I don’t have much programming. The intention is that when the user marks a reply and clicks on the button, a div showing whether it’s right or wrong.…
-
1
votes1
answer699
viewsPopup in PHP after return Success
I have a contact form, simple and I would like the person to send the message, if successful, appeared a popup saying that the message was sent. How could I do that? To help I’ll put part of the…
-
1
votes0
answers14
viewsset main page with data from a popup
Good morning. I could use some help solving a problem. I have an A page where I have the order information I’m about to make. On page a you have a field that is the supplier but I opened a popup B.…
popupasked 8 years, 7 months ago Carlos Baraúna 51 -
1
votes1
answer716
viewsHow to change the background color of the app popup menu
I’d like to know how I change the background color of when I open the menu of an app I’m creating. Follows the style.xml <!-- Base application theme. --> <style name="AppTheme"…
-
1
votes1
answer505
viewsReceive values (popup) on parent page
On another question, they were able to help me about storing the values of some input of a popup, to move to the parent page. Summary.jsp (father) <input type="button" onclick="test();"…
-
1
votes1
answer152
viewsButton with link on MVC5 is not working
I created a popup in a project mvc5 (Razor) and it is not working the link that when clicked on the button would go to another page but is not working I will post the code here below. Code : <div…
-
1
votes1
answer1858
viewsPopup when right-clicking mouse
I’m trying to make a popup by right-clicking a mouse inside a GridView. I’m using the event MouseDown and the event MouseUp to do the popupControlContainer appear and disappear. but how to make it…
-
1
votes1
answer41
viewsHow do I get my content behind my popup?
Every time I click on my popup button, my content "goes down". How do I get the popup above the content? body{ padding:0; margin:0; } .container2{ position:relative; margin:0 auto;…
-
1
votes0
answers55
viewsAngular4 popup not working?
Guys, I have a problem at angle 4. I’m trying to use the component ng2-opd-popup. It installs right, but when I declare it in app.modules.ts it returns the following error: ERROR in Error…
-
1
votes0
answers99
viewsPopup Preventing Macro from Advancing
I have a macro that enters a particular site, fills in a form, and sends a save for the system, generates a request. After that, a popup is issued with a button "OK". This ok has a eventClick that…
-
1
votes1
answer85
viewsjs error in modal(popup)
My doubt is about a modal code that I have modified for error js and modal does not open this is the html part: <div class="page-wrapper"> <a class="btn trigger"…
-
1
votes1
answer108
viewsRead user input via Javascriptexecutor or promt in Selenium Webdriver C#
I have 4 test environments. When executing the Selenium script, I want the user to inform soon after the browser opens, in which environment the script should be executed. So the script will direct…
-
1
votes1
answer1628
viewsHow to open Pop Up automatico?
I have the following modal code <a href="#openModal">Clique</a> <div id="openModal" class="modalDialog"> <div> <a href="#close" title="Close" class="closeModal">…
-
1
votes2
answers90
viewsHow to Shoot Pop Up after Copying Text
I have a discount coupon for my website, when clicking on the button it is copied. But I would like after copied to show a small balloon shaped pop-up saying "copied". Follows my code: let…
-
1
votes1
answer71
viewspop-up with picture box using jquery
I’m trying to make a pop-up, but it’s making a mistake fadeIn is not a function at HTMLAnchorElement, because I use that jquery via Cdn because of the bootstrap:…
-
0
votes1
answer236
viewsHow to reload the contents of a popup (modal)
I have a form that one of the buttons when clicking opens a popup (modal). Inside this popup I have a simple crud to insert, edit and delete people. When I click on one of these options, a new form…
-
0
votes1
answer501
viewsHow to put an image in the popup (on the toolbar part (below))?
How to put an image in a popup using javascript? When opening a popup with window.open, it opens without image below, just a gray drawing. How do I place image? (below, in the toolbar. Google…
-
0
votes1
answer1836
viewsHow to open new tab without blocking pop-up after windows.open()?
I’m having trouble opening new tab after a confirm and windows.open, follows the code: function dec(){ var matricula = "<?php echo $matricula;?>"; var receita = "<?php echo $receita;?>";…
-
0
votes1
answer727
viewsHow to create cookies for popup advertisements open 1 time only 24 hours
I could use a little help with my website. For a long time I use the popup format to modernize my site, however gain for the first time it is displayed to the same user within 24 hours... Only this…
-
0
votes1
answer2600
viewsHow to open a new pop-up window by clicking anywhere on the page?
I’m willing to make sure after the visitor click anywhere on my page to open a pop-up window behind the main window the visitor is in. So he will not see the window that has been opened. I’m using…
-
0
votes1
answer120
viewsOpen only one instance
I’m in trouble, I want to open a window with window.open in a chat, this is how, when a user sends a message, the main panel receives the message by socket using websocket.onmessage, then opens a…
-
0
votes1
answer101
viewsIs it possible to take the content of a specific website url and display it in a Popup?
I searched here on the site and found nothing about it. Would it be possible to do that or is there already something like? I would like that when entering my site search on another site an image or…
-
0
votes2
answers260
viewsPut popup content in a div
Good afternoon, I need to put the contents of a popup inside a div, so that the content appears on a page, but if I take it all, it leaves does not appear as it is with the following id "quote-popup…
-
0
votes1
answer115
viewsAlert or Popup javascript after form validation in Sharepoint 2013
This is my first participation, please excuse the beginner mistakes. Friends, I need to make an Alert or a javascript popup or Jquery to use in Sharepoint form. I need it to give me a message if it…
-
0
votes1
answer1184
viewsJavascript to check if popup blocker is active
I need to do Javascript for an application that checks if the popup blocker is active. I have the following code: $(window).ready(function(){ var Janela = window.open('', '', ''); if(Janela==null){…
-
0
votes1
answer132
viewsCreate a button that opens a budget form tab/popup/etc in Magento
we need to make a code on the CMS Magento. Next, we will make a button open a budget window (can be a popup, but only opening by clicking the button), with Product Name, Person Name, E-mail, Product…