Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. A new web browser window can be opened using which method of the Window object ?
  2. A.
    createtab()
    B.
    Window.open()
    C.
    open()
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    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.


Be The First To Comment