Top "Alert" questions

An alert is usually a notification message to draw one's attention.

Toastr JS Setting fadeAway value

I am using a cool alert js library Project: https://github.com/CodeSeven/toastr I wanted to fadeOut the following …

javascript alert toastr
Click the javascript popup through webdriver

I am scraping a webpage using Selenium webdriver in Python The webpage I am working on, has a form. I …

python selenium webdriver web-scraping alert
Alert box when no internet connection - Phonegap

I'm trying to get a pop-up to, well, pop up when there is no internet connection on the device. I …

cordova connection alert
JavaFX Alerts and their size

Recently, JavaFX introduced Alerts (Java 8u40). Consider the code example below. How can I display a full message that is …

java javafx dialog alert
Autoclose alert

Is there any way to close a javascript alert() automatically? I have an alert alert("Error found"); I want to …

javascript jquery alert auto-close
Java 8 RECV TLSv1.2 ALERT: fatal, handshake_failure

I have exhausted my capabilities researching and experimenting to solve this problem. I've tried Trust Managers, ssl socket factories, hostName …

java ssl alert handshake
Confirmation box from server side in asp.net

I want to show the confirmation box in asp.net from server side: I want to call it from server …

asp.net alert server-side serverside-javascript confirmation
Custom alert dialog in react native?

I'm trying to create a custom alert dialog with an image background and some custom styling, but can't seem to …

reactjs react-native modal-dialog alert
how to create alert confirm box in vue

i want to show a dialog box before deleting a files, how i can do it with vue? here what …

javascript vue.js vuejs2 alert
How to show appropriate icon on dialog box

I have an application that allows the users to delete video files. When I press the delete button, I am …

android dialog icons alert