ownerNode
ownerNode returns the node that associates this style sheet with the document.
Syntax
node = stylesheet.ownerNode
Parameters
node is an object reference to the element that brings in the stylesheet.
Example
Notes
For HTML, ownerNode may be the corresponding LINK or STYLE element. For XML, it may be the linking processing instruction. For style sheets that are included by other style sheets, the value of this attribute is null.
Specification
Netscape Communications http://developer.netscape.com |