Top "Alert" questions

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

How to reload a page after the OK click on the Alert Page

I need to reload the page after the OK button is clicked on the Alert box. I am using the …

javascript jquery alert page-refresh
How to get Text BOLD in Alert or Confirm box?

How to get BOLD Text and change color of text in Alert or Confirm box? var conFrm = confirm("Following List(…

javascript alert
Javascript close alert box

I want to be able to close an alert box automatically using Javascript after a certain amount of time or …

javascript dialog alert dom-events
jQuery UI Alert Dialog as a replacement for alert()

I'm using alert() to output my validation errors back to the user as my design does not make provision for …

javascript jquery jquery-ui alert jquery-ui-dialog
alert() not working in Chrome

'nuff said. I have absolutely no clue why using alert() there wouldn't work. It works perfectly in Firefox, but gives …

javascript google-chrome alert
Bootstrap Alert Size Change

Is there a way I could edit how far an alert could stretch across the page, so it doesn't go …

css twitter-bootstrap alert
Check if any alert exists using selenium with python

I'm trying to write a test with selenium in python language for a web page that manages users. In this …

python selenium testing alert window-handles
How to display temporary popup message on iPhone/iPad/iOS

I'd like to display a temporary message on the iPhone/iPad displaying confirmation of an action, or some quick status …

iphone ipad popup alert
JavaScript alert box with confirm on button press

I have this link: <p id="accept-favor"><a title="Accept this Favor" href="?wp_accept_favor=<?…

javascript alert
Multi-line alert in Javascript

This code doesn't work. Firefox JavaScript console names error as "unterminated string literal" and points on " symbol before \n. I …

javascript alert