How to open a new browser window from JavaScript
Use the open() method on the window object to open a new window in the browser.
Use the open() method on the window object to open a new window in the browser.
Learn how methods are functions able to act upon the object in which they are stored.