Hi,
This is a litle script to make a redirection with a timeout in milliseconds.
You just have to change 5000(5 seconds) by the number of milliseconds before the redirection and http://www.webestools.com/ by the destination page:
window.setTimeout("location=('http://www.webestools.com');",5000);
I hope this script will be useful.
Similar Scripts and Tutorials