I'm looking for something like alert()
but doesn't "puase" 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?