Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
javascript - Time Delayed Action
SUBMITTED BY:
Guest
DATE:
June 12, 2013, 7:17 p.m.
FORMAT:
JavaScript
SIZE:
330 Bytes
Raw
Download
Tweet
HITS:
914
Go to comments
Report
<!
DOCTYPE
html
>
<
html
>
<
head
><
title
><
/title>
<
script
>
function
timeOut
()
{
setTimeout
(
function
(){
sendAlert
()},
5000
);
}
function
sendAlert
()
{
alert
(
"This is your time delayed alert"
);
}
<
/script>
<
/head>
<
body
onload
=
"timeout()"
>
<
/body>
<
/html>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus