CreateMySignature

How To Open New Window New |verified| Jun 2026

This behaves almost identically to an HTML link with target="_blank" . Browsers will typically open a new tab.

To prevent a link from navigating away from your current webpage, you can force it to launch in a completely separate window. how to open new window new

let blankWin = window.open('about:blank', '_blank'); blankWin.document.write('Hello, world!'); This behaves almost identically to an HTML link