Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing
Example 10.9:
The Object Hierarchy
The frame Object
The frame object has these properties:
- frames array: An array listing the child frames within this frame.
- length: The number of frames within this frame.
- name: The frame's name (the NAME= attribute in the tag).
- parent: A synonym for the parent window containing this frame.
- self: A synonym for the current frame.
- window: A synonym for the current frame.
Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing