Node.parentNode (Property)

The direct parent node of the current object. This object will be a member of the childNodes collection for that object.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
Property/method value type:Node object
JavaScript syntax:-myNode.parentNode

See also:Element.parentNode, MutationEvent.relatedNode, Node object