M

Mr. Dubey • 52.26K Points
Coach

Q. A new web browser window can be opened using which method of the Window object ?

  • (A) createtab()
  • (B) Window.open()
  • (C) open()
  • (D) all of the mentioned

Explanation by: Mr. Dubey
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.