| Method | Steps | |--------|-------| | | Press Ctrl + N | | Browser menu | Click the 3 dots (Chrome/Edge) or 3 lines (Firefox) → New window | | Right-click a link | Right-click any link → Open link in new window |
For a pure, truly empty tab (like Ctrl+T ), there's no programmatic equivalent that works cross-browser — but window.open('about:blank', '_blank') comes close.
<a href="https://external-site.com" target="_blank" rel="noopener noreferrer"> External Link </a> how to open new window new
This opens a of your current browser (Chrome, Edge, Firefox, etc.) with your default home page or new tab page.
Different browsers interpret "new window" requests differently. Here's a cheat sheet: | Method | Steps | |--------|-------| | |
: Hold Control and click an icon in your Dock (or right-click). If the app supports multiple instances, select "New Window" from the pop-up menu.
window.open('https://example.com', '_blank'); Here's a cheat sheet: : Hold Control and
If you are pressing the shortcuts or clicking the menus and nothing is happening, check for these common issues:
: Hold the Shift key and click on an app icon already pinned or running on your taskbar. This forces Windows to launch a completely separate, clean window of that specific app.