Top "Alert" questions

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

How to show an alert box in PHP?

I want to display an alert box showing a message with PHP. Here is my PHP code: <?php header("…

php javascript html alert
How to edit a JavaScript alert box title?

I'm generating a JavaScript alert with following code in C# .NET page: Response.Write("<script language=JavaScript> alert(…

javascript alert
How to display an alert box from C# in ASP.NET?

I am using a detail-view and would like to display an alert-box at the end of my code block that …

c# asp.net alert
How to change theme for AlertDialog

I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to …

android dialog themes alert
Bootstrap Alert Auto Close

My need is to call alert when I click on Add to Wishlist button and should disappear the alert in 2 …

javascript html twitter-bootstrap alert
console.log showing contents of array object

I have tried using console.log so I can see the content of my array that contains multiple objects. However …

javascript arrays alert
Go to URL after OK button if alert is pressed

I need to make sure that when the user clicks OK in a JavaScript alert window, the browser moves to …

javascript alert url-redirection
chrome undo the action of "prevent this page from creating additional dialogs"

I sometimes find that I need to re-enable alerting for debugging. Of course I can close the tab and reload …

javascript google-chrome alert
Swift alert view with OK and Cancel: which button tapped?

I have an alert view in Xcode written in Swift and I'd like to determine which button the user selected (…

xcode dialog swift alert confirmation
HTML - Alert Box when loading page

i'm using HTML code and i wan't to show un Alert Message or alert box, i don't know what it …

javascript html alert messagebox