Top "Alert" questions

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

Why "Prevent this page from creating additional dialogs" appears in the alert box?

In my Rails 3 application I do: render :js => "alert(\"Error!\\nEmpty message sent.\");" if ... Sometimes, below this error message (…

javascript html ruby-on-rails alert firefox4
dump jquery object in an alert box

I am not quite adept in maneuvering jQuery, and it came to a point that I need to debug a …

javascript jquery object alert dump
Change button color in AlertDialog

How can I change the color of the button(s) in an AlertDialog in Android?

android button colors dialog alert
ASP.NET : Displaying an alert from C# code-behind

I have an asp.net page with a c# code-behind. I am trying to have the code-behind display an 'alert' …

c# javascript asp.net alert page-lifecycle
How to dismiss AlertDialog.Builder?

In the following code below, how do I dismiss the alert box? I don't want to cause a memory leak. …

android memory dialog alert dismiss
Display an alert when internet connection not available in android application

In my application data comes from internet and I am trying to create a function that checks if a internet …

android alert
Page.ClientScript.RegisterStartupScript not showing messages for 2nd time

I'm using Page.ClientScript.RegisterStartupScript for displaying alert messages. it works fine for the first message, however second message wont …

c# alert
Creating a javascript alert with php that has a php variable inside?

I'm making a form that is supposed to create a javascript alert when some fields aren't filled out or filled …

javascript php variables window alert
display data after every 10 seconds in Android

I have to display some data after every 10 seconds. Can anyone tell me how to do that?

android alert delay
SQL Server Agent Job Notify multiple operators on failure

I have a Job setup in SQL Server 2008 which sends a notification email to one operator when the job fails. …

sql-server sql-server-2008 alert sql-server-agent