Skip to content

Instantly share code, notes, and snippets.

@ericwwsun
Created June 26, 2012 21:06
Show Gist options
  • Save ericwwsun/2999009 to your computer and use it in GitHub Desktop.
Save ericwwsun/2999009 to your computer and use it in GitHub Desktop.
Javascript: Delay Redirection Syntax
setTimeout( "window.location = '../yourpath/yourdestination?" + params +"';" , 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment