parent
Property of dom/Elementdom/Element
Syntax
var result = element.parent;
element.parent = value;
Notes
Remarks
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.
Syntax
See also
Related pages
- WindowWindow
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]