1 Answers
Answer: Option 2
You can open a new web browser window with the open() method of the Window object. Window.open() loads a specified URL into a new or existing window and returns the Window object that represents that window.
5 views
Answered