Delay Redirect

Added: 01 January, 2007
Downloads: 482
Required: javascript
Ratting: Not rated yet!

Delay redirect is a nice script to redirect users after defined time. It shows the minutes and seconds left to redirect on the status bar.



STEP 1:
Open the file with notepad. Change the value of var limit to the time required.

STEP 2:
Put the delay time in minutes:seconds format. Minutes can be unlimited. But seconds should range from 00 to 59

STEP 3:
Put the JavaScript n header of your page.

STEP 4:
Add this script onLoad="start_count()" between '<body' and '>'