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 sub
In this case, it would be more appropriate to use DHTML and JavaScript to dynamically display a message, either in a plain HTML element, or something that looks more like a dialog (but isn't). That would give you the control you need. All of the major JavaScript frameworks (YUI, Dojo, and others) would give you the ability to display a message asynchronously.