Open New Window New | How To
On macOS, Finder windows are the equivalent of File Explorer. Here’s how to open a new Finder window.
Open your first File Explorer window by pressing . Navigate to the folder you want to replicate. how to open new window new
: Move your mouse to the top menu bar while Safari is active. On macOS, Finder windows are the equivalent of File Explorer
window.open('https://example.com', '_blank'); Navigate to the folder you want to replicate
For Safari on iPhone, you can touch and hold the (two overlapping squares) and select New Tab or New Private Tab , as iOS does not use traditional separate desktop windows. Android (Chrome Split-Screen) Open Google Chrome on your Android device. Tap the three dots (Menu) in the top-right corner.
<script> document.getElementById('openWinBtn').addEventListener('click', function() window.open('/help.html', 'helpWindow', 'width=500,height=500,popup=yes'); ); </script>
When you provide features (even just an empty string), many browsers interpret this as a request for a separate popup window instead of a tab. However, popup blockers may intervene.