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
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.