Javascript Code to Delay Alert() Box

Simple Javascript Function to Delay the Showing of an Alert() Box

Home Short:

Because a Javascript Alert() locks the screen, there may be times when you wish to delay the show of an alert by a short period of time to allow some other Javascript code to execute first. Here is a simple effective solution to delay the loading of a Javascript Alert().

S
H
A
R
E