MCQ
Single Best Answer
Easy
QWhich method of the Window object can be used to open a new web browser window?
ID: #5116
Javascript DOM & Event Handling MCQ
136 views
Question Info
#5116Q ID
EasyDifficulty
Javascript DOM & Event Handling MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
You can open a new web browser window with the open() method of the Window object.
Window.open() method loads a specified URL into a new or existing window
Method returns the Window object that represents that window
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic