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.fluxntech.com/ by the destination page:
1
window.setTimeout("location=('http://www.fluxntech.com');",5000);
I hope this script will be useful.
0 comments:
Post a Comment