If you're having trouble opening a new window, here are some common issues and their solutions:
Click your scroll wheel (middle button) on a link or a browser tab. By default, this opens the link in a . However, if you drag the tab out of the current window, it becomes a new window (see below).
Opening a new window on a computer is relatively straightforward. Here are the steps for various operating systems and browsers: how to open new window new
Click File in the top menu bar, then select New Finder Window . Advanced Tricks for Power Users Drag Tabs to Create Windows
Web browsers share identical commands for opening new windows. These shortcuts work in Google Chrome, Microsoft Edge, Mozilla Firefox, Apple Safari, and Brave. Standard New Window If you're having trouble opening a new window,
Here are a few additional tips and variations to keep in mind:
: You can turn an existing tab into a new window by clicking and dragging the tab out of the current tab strip. Google Help Private or Incognito Windows Opening a new window on a computer is
: Hold the Shift key while clicking any hyperlink.
let newWin = window.open(url, '_blank'); if (!newWin || newWin.closed || typeof newWin.closed === 'undefined') alert('Please allow popups for this website to open the new window.');