How To Redirect To A New Page After A Delay Using Javascript
erics, Posted August 16th, 2011 at 12:00:31am
1 2 3 |
setTimeout(function() { window.location.href = "/index.html"; }, 4000); |
Leave Your Comment
All fields marked with "*" are required.