Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

alert

function myFunction(time)
{
    alert('time starts now');
    //code to make the program wait before continuing
    alert('time is up')
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #alert
ADD COMMENT
Topic
Name
4+3 =