Return to Snippet

Revision: 2267
at January 27, 2007 22:23 by mountainash


Initial Code
setTimeout( "window.location.href = 'http://walkerwines.com.au/'", 5*1000 );

Initial URL


Initial Description
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.

Initial Title
Delayed redirect

Initial Tags
window, flash

Initial Language
JavaScript