Questions tagged as 'alert'

1
answer

Display result of a Javascript function in a modal

Good morning! I have a function that scans a JSON file for search information compatible with the search that will be performed. Work normally. But what I want is to display the result of this search in a modal. I can normally display in a...
asked by 17.01.2018 / 14:23
1
answer

How can I hide or show a div from one page to another?

I have a file where people write in the fields: <div class="banner-bot" > <div class="container"> <h2>Registar</h2> <p>Preenche os dados para criar a tua conta. Quando te registares irá ser enviado um emai...
asked by 12.10.2017 / 19:57
1
answer

How to make an alert in the browser, using node.js

I'm beginner in node.js , I know the main function of the node is not this, however I want to learn a little more about this event, another doubt that I also have is if I can use common javascript functions in the middle of my code node. I...
asked by 27.07.2017 / 06:19
1
answer

$ _SESSION ["danger / success"] in php to display alerts

LogicaUsuario.php <?php session_start(); function usuarioEstaLogado(){ return isset($_SESSION["usuario_logado"]); }; function verificaUsuario(){ if (!usuarioEstaLogado()){ $_SESSION["danger"] = "Você não tem acesso a essa fu...
asked by 01.12.2016 / 13:46
2
answers

Return which Alert Dialog button was clicked

I have a void method that creates a custom dialog that shows a listview multichoice, I would like this method to return a boolean when the positivebutton or negativebutton is clicked to do another operation on the method that calls it. Void m...
asked by 15.01.2016 / 14:01
0
answers

How to edit the title of ALL alerts in the ionic app, not just one?

Following the ionic documentation, I can edit the title of an alert, using the one taught at the following link: insert the link description here However, when the alert is fired from within an iframe, it is shown as a "natural" android ale...
asked by 12.08.2018 / 16:07
0
answers

Use javascript on third party page through plugin

Good evening! I was introduced to javascript last Thursday in an attempt to create an extension for notifications. I studied a lot and I managed to make it work. The problem is that the notifications are being made by "alert", but I found...
asked by 23.04.2018 / 01:11
0
answers

How to send messages from my PHP website to my Android phone?

I have a website in PHP and would like to know how I can send alerts, warnings to my Android phone without having an installed my App? They would be push notifications. There is some App / Site to do this for free without having to create and in...
asked by 15.02.2018 / 05:15
0
answers

How do I enable product warning in Magento?

I need to enable a product warning: Notify when product is in stock: YES I've activated the alert through the admin panel, but it only appears in a store category. I've already checked the Mage_ProductAlert_Block_Product_View code, but...
asked by 02.02.2018 / 18:29
1
answer

Alert appearing at the wrong time

I made a php code where the first part of it is to go through the login.php page. and for this I put an alert to warn when the login and password are incorrect. for that I put an If and an else and left the alert inside the Else, but when enteri...
asked by 09.01.2018 / 21:43