Language References
Retrieves the object’s parent in the object hierarchy.
HTML |
N/A |
Script |
[ oElement = ] window.parent |
The property is read-only with no default value.
For a document, the parent is the containing window. For a window defined using FRAME, the parent is the window that contains the corresponding FRAMESET definition.
window