I'm looking for something like alert()
, but that doesn't "pause" the script.
I want to display an alert and allow the next command, a form submit()
, to continue. So the page will be changing after the alert is displayed, but it won't wait till the user has clicked OK.
Is there something like this or is it just one of those impossible things?
question from:https://stackoverflow.com/questions/303720/is-there-a-javascript-alert-that-doesnt-pause-the-script