Quiz
Questions
Which of the following objects can be used to load a new URL into the browser window?
document.url
window.location
window.url
What information is stored by the navigator object?
The current browser and version.
The user's name, phone number, and hair color.
The previous and next page in the navigation history.
Which of the following describes the W3C DOM specification for the objects described in this hour?
DOM level 0
DOM level 1
DOM level 2
Answers
b. The window.location object can be used to send the browser to a new URL.
a. The navigator object can tell you the current browser version.
a. The objects described in this hour fall under the informal DOM level 0 specification.