Press Ctrl + Shift + N (Windows) or ⌘ + Shift + N (Mac). Mouse & Navigation Shortcuts
let blankWindow = window.open('', '_blank', 'width=600,height=400'); blankWindow.document.write('<h2>Blank window content</h2>'); blankWindow.document.write('<p>You can add anything here.</p>'); how to open new window new
<a href="https://external.com" target="_blank" rel="noopener noreferrer"> External Site <span class="visually-hidden">(opens in new window)</span> </a> Press Ctrl + Shift + N (Windows) or ⌘ + Shift + N (Mac)
To open a new window in most applications, including web browsers and word processors, the standard shortcut is (Windows/Linux) or Command + N Quick Shortcuts and Methods Standard New Window Blank window content<
If you click a link and nothing happens, your pop-up blocker may think you are trying to spam.
let blankWin = window.open('about:blank', '_blank'); blankWin.document.write('Hello, world!');
When deciding whether and how to open a new window, follow these guidelines:
Loading form...
Your email is kept private. We don't do the spam thing.