free hosting   image hosting   hosting reseller   online album   e-shop   famous people 
Free Website Templates
Free Installer

Delayed Alert Box



This script lets you pop up an alert box with a preset delay.

It's handy for popping up a greeting a few seconds after someone enters you site.


Paste the code below in the head section of your page:

How It Works

This is simply an alert box command:
alert('Your message')
nested inside a setTimeout command:
setTimeout(" ",delay in milliseconds)

Note the use of double and single quotes in the script:
  • The double quotes refer to the parameters of the setTimeout.
  • The single quotes refer to the message content of the alert box.

  • Try It Out

    Alert with 5 second delay



    © 2001 CyberSchool