This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Attributions