Hi
I’ve got a custom alert dialog box that i use instead of the alert() function, but the one thing that’s holding me up (not too much of a problem at the moment but i think it could in the future) is that, like the alert() function, i want to pause script execution until the user clicks “Okay”.
Is this possible?