Window Properties

Here is the source code for a web page containing JavaScript that:

The Window object is the top-level object in Javascript.

Caution: Netscape's handling of child windows is buggy.

For example, in some versions, Netscape crashes if you attempt to change a property of a non-existent child window.

Parent/Child Properties


Lab

Your task:


Solution

Don't peek unless you're stuck!


Extra for Experts