Questions tagged as 'popup'

1
answer

How to create a cookie for popup ads to open 1 time only 24 hours

I need help with my site. I use the popup format to modernize my website, but I gain the first time it is displayed for the same user in the 24 hour period ... Only this popup is being opened 4,5 and you 6 times for the same one user. I would li...
asked by 10.02.2016 / 08:29
1
answer

How do I open a new pop-up window when clicking anywhere on the page? [duplicate]

I want to make the visitor click anywhere on my page to open a pop-up window behind the main window that the visitor is on. So it will not see the window that was opened. I'm using this function: window.onload = function() { docume...
asked by 27.10.2015 / 02:28
1
answer

How to open new tab without blocking pop-up after windows.open ()?

I'm having trouble opening a new tab after a confirm and windows.open , follow the code: function dec(){ var matricula = "<?php echo $matricula;?>"; var receita = "<?php echo $receita;?>";...
asked by 18.05.2015 / 15:33
1
answer

POPUP appears only once per user - Cookies

I have a POPUP on my site that appears whenever the person updates or enters it. I want to create a javascript function (because the page is in HTML and you can not use PHP POPUP only once per user with an interval time, type 1 day f...
asked by 16.09.2015 / 13:21
1
answer

Read user input via JavaScriptExecutor or promt in Selenium Webdriver C #

I have 4 test environments. When running the Selenium script, I want the user to tell me right after the browser opens, in which environment the script should run. So the script will direct the test to the correct environment. Example:...
asked by 07.11.2018 / 18:20
0
answers

How to send a form with blank targe and redirect the current page without the crhome block?

I have the following scenario: In a form I send the data via Ajax, at the time of the return if: if (json.retorno == true){ $("#form_imprime").submit(); } If I put a button on form and send via the click of this button it opens another...
asked by 20.09.2018 / 23:54
3
answers

Return focus to the window that opened the popup

I have the following code that opens a popup window where I get some data from the database: <script> $("button").click(function(){ window.open("janela.php", "_blank", "width=400, height=500"); }); </script> In the popup w...
asked by 10.04.2018 / 22:31
0
answers

How to write from the popup to the parent page?

I'm doubtful in the following situation, I'm returning a PDF to popUp (son page). I would like to close this Popup and Write (Write (pdfDoc) on the parent page) //A propriedade ContentType especifica o tipo de conteúdo HTTP para a resposta. /...
asked by 17.01.2018 / 12:56
1
answer

Follow-up of visualization (pop up)

Hello, I'm having a question about HTML, I need to control how often a pop up pops up, it's scheduled to open every time a computer starts. I need to throw this data into an excel (because of workplace guidelines), every time it opens on t...
asked by 10.11.2017 / 14:56
2
answers

Youtube video popup

I created a link in an image so when clicking the image opens a popup centered on the screen with the video of youtube, it is working but what I did not know if it would be correct because phpstorm says that there is an error, but this one can s...
asked by 12.09.2017 / 18:41