Questions tagged as 'popup'

0
answers

how to click the "ok" button in an Internet Explorer alert using VBA?

Hello, I have a VBA code that accesses a web page and excludes the registered items. When I click the "delete item" button it will open an alert on the screen with two buttons ( "ok" and "cancel" >) and displaying the message "Confirm d...
asked by 25.07.2017 / 18:57
1
answer

Create a button that opens a budget form tab / popup / etc in Magento

We need to make a code in the Magento CMS. Next, let's make a button open a budget window (it can be a popup, but only open when clicking the button), with Product Name, Person Name, Email, Product Code, cel and etc. In the end, it will b...
asked by 30.06.2017 / 21:38
0
answers

JavaScript to check if the popup blocker is active

I need to make a 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){ alert('Não Abriu!!!'); } });...
asked by 15.05.2017 / 21:23
1
answer

Alert or Popup javascript after form validation in SharePoint 2013

This is my first entry, please excuse beginner errors. Friends, I need to make an alert or a javascript or jquery popup to use in sharepoint form. I need him to give me a message if he does not pass the field validation or successful registra...
asked by 19.04.2017 / 18:52
0
answers

Create popUp window on android?

I created this code here but something is wrong, because every time I click the button that activates the popup the app closes. //Button private Button pesquisar; private PopupWindow popUpWindowPesquisa; private LayoutInflater layoutInflaterP...
asked by 29.10.2016 / 20:58
2
answers

Put popup content in a div

Good afternoon, I need to put the content of a popup inside a div, so that the content appears on a page, but if I get it completely, it does not appear because it has the following quote-popup id and quote-popup-content "that make it appear as...
asked by 22.07.2016 / 20:50
1
answer

Is it possible to get the content of a url from a specific site and display it in a Popup?

I searched the site here and found nothing about it. Is it possible to do this or is there already something like this? I would like when entering my site to search another website for an image or link and open it on my site in the form of...
asked by 21.04.2016 / 18:42
1
answer

Open only one instance

I have a problem, I want to open a window with window.open in a chat, so when a user sends a message, the main panel receives the message by socket using websocket.onmessage , modal to the other person to see that someone sen...
asked by 03.01.2016 / 03:46
1
answer

How to reload the contents of a popup (modal)

I have a form that one of the buttons when you click 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 opens in a new tab. I wanted to know how I can...
asked by 17.03.2015 / 15:58
1
answer

How to put an image in the popup (in the toolbar part (below))?

How do I put an image in a popup using javascript? When you open a popup with window.open , it opens without a picture underneath, just a gray drawing. How do I put image? (below in the toolbar. Google Chrome, for example, has the im...
asked by 09.04.2015 / 02:17