Questions tagged as 'popup'

0
answers

popup angular4 not working?

Well, I'm having a problem with angle 4. I'm trying to use the ng2-opd-popup component. It installs right, but when I declare it in app.modules.ts it returns the following error:    ERROR in Error encountered resolving symbol va...
asked by 06.09.2017 / 22:03
1
answer

How do I get my content behind my popup?

Whenever I click on my popup view button, my content "goes down". How do I make the popup stay above content? body{ padding:0; margin:0; } .container2{ position:relative; margin:0 auto; text-align:center; margin-top: 10...
asked by 22.06.2017 / 19:27
0
answers

setar main page with data from a popup

Good morning. I need help solving a problem. I have a page A where the application data is that I'm going to do. In the page a has a field that is the supplier but I opened a popup B. In the popup is made a query to the bank that returns the sup...
asked by 12.04.2016 / 16:49
1
answer

Is there any way to cancel unload () or OnBeforeUnload ()?

Is there any way to cancel unload () or OnBeforeUnload ()? Something like this: window.onbeforeunload = function(){ //ação aqui break; //cancela o fechamento da pagina sem exibir nenhum alert } I need to open a div (popup) when the user cli...
asked by 09.03.2016 / 21:45
0
answers

PopupMenu appearing at the top of the screen

I made an implementation of a PopupMenu being called inside a Adapter of a ListView , the error that is happening is that when I call PopupMenu , it is being displayed at the top of Activity . The correct one is t...
asked by 21.01.2016 / 19:54
1
answer

Button with link in MVC5 is not working

I created a popup in an mvc5 project (Razor) and it is not working the link that when I click the button it would go to another page but it is not working I will post the code here below. Code: <div id="banner_popup" style="display:none...
asked by 05.07.2016 / 20:45
0
answers

PopUnder that opens every 20min per IP

I need a popunder for my site that opens every 20 min. I am using a code, but this only allows it to be opened 1 only once ... var tags = document.getElementsByTagName("a"); for (i = 0; i < tags.length; i++ ) { tags[i].onclick = function(...
asked by 07.09.2015 / 15:27
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
1
answer

Display popup when closing page [duplicate]

Hello. I would like to know a code to display a form as a popup when the user closes the page. That is, that moment when he takes the cursor over the browser. Because the page was made by the RD tool. Form in question: link Form Cod...
asked by 24.02.2018 / 19:29
1
answer

Problem displaying popup when sending forms

I developed a form, when the user clicks on the send button, a GIF appears and then it has to appear a modal saying that the information has been sent up, so the GIF works normally, however when the form is submitted the GIF is added and the POP...
asked by 11.08.2017 / 19:30