Skip to content

Instantly share code, notes, and snippets.

@iruslani
Created August 13, 2012 18:39
Show Gist options
  • Save iruslani/3343048 to your computer and use it in GitHub Desktop.
Save iruslani/3343048 to your computer and use it in GitHub Desktop.
JavaScript to redirect
<script language="javascript">
document.location.href=('redirect/location.htm');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment