/ Published in: JavaScript
Handy for after submitting a form or moving sites and wanting to tell users about the change. Just change the URL (can be absolute or relative) and the timeout. Shown here as 5 seconds.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
setTimeout( "window.location.href = 'http://walkerwines.com.au/'", 5*1000 );