How To Open New Window New ((top)) Jun 2026
Click the (Application Menu) in the top-right corner. Click New Window .
Sometimes you don't need to load an external URL — you just want an empty window to write content dynamically.
Hold Shift and click the application's icon on your taskbar. how to open new window new
Opening a new browser window lets you separate your tasks, organize your workflows, or view two websites side-by-side. The Quick Keyboard Shortcuts
18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;a5; Click the (Application Menu) in the top-right corner
Whether you are using Google Chrome, Microsoft Edge, Safari, or Firefox, here are the absolute fastest ways to open a new window. ⌨️ The Universal Keyboard Shortcuts
Are you trying to open a specific type of or application in a new window? Hold Shift and click the application's icon on your taskbar
If you want a window that doesn't save your history, use Ctrl + Shift + N (Chrome/Edge) or Ctrl + Shift + P (Firefox). Safari (Mac) Shortcut: Command + N .
window.opener === null // Safe
let blankWin = window.open('about:blank', '_blank'); blankWin.document.write('Hello, world!');