How To - Open New Window New

Go to File > New Window in the top Apple menu bar. 3. Opening a New File Explorer/Finder Window

window.open('https://example.com', '_blank', 'width=800,height=600,left=100,top=100');

Hold down the Shift key on your keyboard while left-clicking any hyperlink. The link will instantly launch in a completely separate window. how to open new window new

If your shortcuts are failing, check for these common issues:

Let me know your exact context (browser extension, web app, desktop app, or end-user help article), and I’ll give you a precise implementation or documentation snippet. Go to File > New Window in the top Apple menu bar

This action opens a fresh, clean window using your default homepage or a new tab page. Press Ctrl + N macOS: Press Cmd + N Incognito / Private Browsing Window

Ctrl + Shift + N (Chrome/Edge) or Ctrl + Shift + P (Firefox) Mac (Most Applications): Command + N The link will instantly launch in a completely

const newWindow = window.open('report.pdf', 'ReportWindow', features);