Created
September 6, 2015 10:08
-
-
Save yask123/08e8fc4a9566da328158 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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