| Action | Result | |--------|--------| | ( Ctrl+N ) | Separate browser instance, independent tabs | | New Tab ( Ctrl+T ) | Stays inside the same window |
If you want a specific link to open in a new window instead of the current one:
To do that, he needed to control the new window from the old one. He looked at his code. window.open didn't just open a window; it returned a reference to it.
| Action | Result | |--------|--------| | ( Ctrl+N ) | Separate browser instance, independent tabs | | New Tab ( Ctrl+T ) | Stays inside the same window |
If you want a specific link to open in a new window instead of the current one: how to open new window new
To do that, he needed to control the new window from the old one. He looked at his code. window.open didn't just open a window; it returned a reference to it. | Action | Result | |--------|--------| | (