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
-
0
votes1
answer45
viewsVisualization accompaniment (pop up)
Hello, I have a question about HTML, I need to control how many times a pop up is opened, it is programmed to open every time a computer starts. I need to throw this data to an excel (due to the…
-
0
votes2
answers726
viewsDisable maximum popup button
Someone tell me how to disable the maximize button in this popup window code? <a onclick="window.open('http://endereco', 'aio_radio_player', 'width=720, height=355');…
popupasked 6 years, 6 months ago Renato Keüller 61 -
0
votes1
answer41
viewsSame pop up on multiple pages
In my project, the user can login to any page they’re on. I could build the same pop up on each of the pages, but would like to know if there is any way I can build the pop up in a separate file and…
-
0
votes0
answers419
viewsCreate popup window on android?
I created this code here but something is wrong, because every time I click on the button that activates the popup the app closes. //Button private Button pesquisar; private PopupWindow…
-
0
votes0
answers1999
viewshow to click the "ok" button on an Internet Explorer alert using VBA?
Hello, I have a VBA code that accesses a web page and deletes the entries. The moment I click the button "delete item" opens an alert on the screen with two buttons ("okay" and "Cancel") and…
-
0
votes1
answer44
viewsProblem showing popup when sending forms
I developed a form, when the user clicks on the send button a GIF appears and then a modal has to appear saying that the information has been sent so far all right the GIF works normal but when the…
-
0
votes0
answers16
viewsYoutube video popup link
I need to create a link in an image where when clicking on the image opens a popup centered on the screen with the youtube video, this working but what I did not know if it would be correct, someone…
-
0
votes2
answers686
viewsYoutube video popup
I created a link in an image for when clicking on the image opens a popup centered on the screen with the youtube video, this working but what I did not know if it would be correct because phpstorm…
-
0
votes0
answers55
viewsHow to write from the popup to the parent page?
I am in doubt in the following situation, I am returning a PDF to the popup (Page son). I would like to close this Popup and Write(pdfDoc) on the parent page) //A propriedade ContentType especifica…
-
0
votes1
answer846
viewsShow popup on close tab
Hello. I would like to know a code to display a form as a popup when the user is closing the page. That is, that moment when it takes the cursor up the browser. Because the page was made by the RD…
-
0
votes3
answers785
viewsReturn Focus to the window that opened the popup
I have the following code that opens a window popup janela.php where I receive some data from the database: <script> $("button").click(function(){ window.open("janela.php", "_blank",…
-
0
votes0
answers72
viewsHow to send a form with Targe Blank and redirect the current page without Crhome blocking?
I have the following scenario: In a form send the data via Ajax, at the time of return if: if (json.retorno == true){ $("#form_imprime").submit(); } If I put a button in the form and send via the…
-
0
votes1
answer88
viewsButton Does not answer Javascript command
I have a page that provides a coupon. Ah an image informing that it should be clicked, and when clicking it was for the same copy the text informed in the code. But after I added the pop-up, it’s…
-
0
votes1
answer224
viewsWait Reply Alertdialog
I have an android app with a home screen, where there is a listview, and when I click on the listview she opens a alertdialog, that displayed the following message "Want to Start Maintenance ?", and…
-
0
votes1
answer209
viewsOpen Popup over another Popup
Can you open a popup over another popup? I have a window that opens in a popup, to register client, in this window I need to open another popup, to register or pull additional information. but every…
-
0
votes0
answers30
viewsWindow pop up lock Main window
Hello, I am developing a system in PHP but using some things in javascript on the front... the truth is that I still do not know much of javascript, so I wanted to know the following: The situation…
-
-1
votes3
answers19918
viewsHow to open a pop-up
I want to put a link with the name and open a page like pop up. <p>'; if($exibe['Nome1'] != NULL) { echo '<p><b>Nome: </b>'.$exibe["Nome1"].''; }'</p> I want to show…
-
-1
votes2
answers1239
viewsHow do I make it open a Pop-up by pressing a button?
I want to put a pop-up window when pressing the freight button, where it opens a page that the person puts the zip code and is calculated the freight of the product, how do you do this? If anyone…
-
-1
votes1
answer61
viewsReceive boolean value via Avascript in a popup to be used on another page
I have a page that opens a confirmation popup, the popup is called with the window.showModalDialog, I need to take true or false of this popup, to work on page 1 where the returned value will be…
-
-1
votes1
answer30
viewsSend and Receive data with popup
I have a list on the parent page as follows: When I click on any row of the table a popup is opened, and I’m doing it as follows: function abrePopUp(ID) { //aqui é o valor do ID que quero enviar var…
-
-1
votes2
answers70
viewsHow to open a new screen through a Button ? (The Button is inside a Popup)
package com.example.ConsultoriaRuiz; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import…
-
-1
votes1
answer376
viewsI’m having an error Cannot read Property 'classList' of null at initialModal, but I don’t know how to resolve
The thing is, I’m a layman at programming, but I’m doing a website, and in this case, all you have to do is pop up, so you can book an appointment at a hair salon. I am following the following video…
-
-2
votes2
answers176
viewsPop Up Discount
Hello, I have a sales page and I am developing a pop up that offers a discount when the user moves his mouse to try to close the page! I don’t want the user to get stuck on my site, I just want you…
-
-2
votes1
answer33
viewsPopup opening on every page after Load is finished, even after it is closed
I have a following situation: A Popup appears every time you finish a load on the page, the user can click X (close). But every time he enters another page the Popup goes up again and so it is…
-
-2
votes1
answer50
viewsHow do I stop the POP-UP video when closing the page window?
Well, I don’t have much HTML experience, I’ve tried and I can’t get the video to stop playing when closing the POP-UP window. If anyone can help or give a hint thank you. <!DOCTYPE html>…
-
-3
votes1
answer147
viewsAdd sites in Popup script
I have this script to open 1 particular site every day. It would be possible to add other sites? Example: Popup opened for user and if you access it again will open 1 second site, and if you access…