Timer Script

Timer

 
It is a simple timer that set time out in your pages. At last you will see a message or alert or confirm or a new location and more!
It is simple to change and customize. 

The basic codes:
1. Copy and paste it in the head (<head>) tag:

2. Change the body (<body>) tag to:
<body onLoad="Start_Timer();">

Technical Help
You can set hours, and minutes and seconds like:
After 1 hours and 25 minutes and 5 seconds, the script will be like:
 hours = 1;
minutes = 25;
seconds = 5;






Copyright: SN_CC, 1999-2001 Sn Webs Inc.
It is a free JavaScript.