Pop Quiz

1. What is the highest level of the DOM?

 

 

 

 

 

 

 

 

 

 

 

 

ANSWER: The Window Object

 

2. How do you refer to the current browser window?

 

 

 

 

 

 

 

 

 

 

 

 

ANSWER: window.self

 

3. How do you print text to the status bar at the bottom of the window?

 

 

 

 

 

 

 

 

 

 

 

 

ANSWER: window.status(“string”) or window.defaultstatus(“status”)

 

4. Can you open a browser window without all the graphical user interface components such as the toolbars?

 

 

 

 

 

 

 

 

 

 

 

 

ANSWER: Yes, you can turn off many of the GUI components