Return to Snippet

Revision: 69996
at October 23, 2015 19:53 by envane21


Initial Code
var delay = 1000; //delay in milliseconds

setTimeout(function(){ window.location = "URL"; }, delay);

Initial URL


Initial Description
Automatic redirection to another page after X seconds

Initial Title
Automatic redirection

Initial Tags


Initial Language
jQuery