1. createtab()
  2. Window.open()
  3. open()
  4. all of the mentioned
5 views

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

Related Questions