View Full Version : alert
tintinfreak
12-09-2005, 04:54 PM
Can I make an alert to appear a few seconds after a page is loaded??? :confused:
jscheuer1
12-09-2005, 05:18 PM
Put this in the head of the page:
<script type="text/javascript">
onload=function(){setTimeout("alert('Hi There!')", 3000)}
</script>
tintinfreak
12-10-2005, 09:13 AM
Put this in the head of the page:
<script type="text/javascript">
onload=function(){setTimeout("alert('Hi There!')", 3000)}
</script>
Thanks :) :) :) :)
Tintinfreak
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.