|
November 7, 1999 Window References Tips: November 1999
Yehuda Shiran, Ph.D.
|
|
When working with frames, you must be familiar with the JavaScript connection between the frames. Each frame is represented by its own window object. The window object of a child frame is actually a property of the parent's window object.
The
Note that recursive references are possible. For example,
People who read this tip also read these tips: Look for similar tips by subject: |