Skip to content

Instantly share code, notes, and snippets.

@yask123
Created September 6, 2015 10:08
Show Gist options
  • Select an option

  • Save yask123/08e8fc4a9566da328158 to your computer and use it in GitHub Desktop.

Select an option

Save yask123/08e8fc4a9566da328158 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="">
</head>
<body>
<h1>Hello</h1>
<script type="text/javascript">
window.open('www.webpage2.com','_blank');//Opens in new tab
focus();
window.location = "http:/webpage3.com"; // redirects the current page
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment