Top "Alert" questions

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

ask user for permission to show alert when firing local notification

I want to show an alert when the local notification is fired, but for that I have to ask for …

ios xcode alert uialertview uilocalnotification
Using VideoView, how to remove "can't play this video" alert message?

Our app plays a set of videos, sometimes we are getting can't play this video alert message. We are either …

android video alert android-videoview
Emulate Javascript 'alert' blocking nature

Is it possible to create a custom modal message which 'blocks' the execution of the script until a user input? …

javascript alert
How do you send console messages and errors to alert?

I would like to pass errors to an alert to warn the user they made mistake in their code even …

javascript exception alert console.log
Send email alert from Performance Monitor using PowerShell script

I have created an alert in Performance Monitor (Windows Server 2008 R2) that should be triggered whenever \Processor(_Total)\% Processor Time …

email powershell alert windows-server-2008-r2 performance-monitor
Confirmation on submit

I have a form that submits information to a database. How can I make it so that when I click …

javascript alert confirmation
excel VBA to Automatically select Yes when prompted during mail merge

I'd like the system to be as automated for my users as possible. Right now, I have code that runs …

excel vba alert blocking mailmerge
Is it possible to display superscript characters in the alert() dialog?

Is it possible to display superscripted characters (not only numbers) in the alert(), confirm() or prompt() dialogue boxes in JavaScript? …

javascript unicode character alert superscript
showing ClientScript Alerts before Redirecting to another page in ASP.NET c#?

I gotta address a problem here... I'm developing a system where I am constantly showing Messages to the user, For …

javascript asp.net alert response.redirect clientscript
Alerting Special Characters using jQuery/JavaScript

How do i display a string with Special Characters like € in a Javascript/jQuery alert? eg: I want to display …

javascript jquery html alert