<meta http-equiv="refresh" content="5; URL=http://www.example.com/home.html">
If it has to be in the script use setTimeout like:
setTimeout(function(){
window.location.reload(1);
}, 5000);
If it has to be in the script use setTimeout like:
setTimeout(function(){
window.location.reload(1);
}, 5000);
No comments:
Post a Comment