TOC PREV NEXT INDEX

domref



ownerDocument


ownerDocument returns the document object associated with this node.

Syntax

ownerDoc = document.ownerDocument
 

Parameters

ownerdoc is a document object.

Example

None.
 

Notes

This property returns NULL for a document object.

Specification

ownerDocument
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX