Retrieves the next object in the HTML hierarchy.
dhtml语法
[ oElement = ] styleSheet.owningElement
DHTML可能的值
oElement |
Object that
receives the next element in the hierarchy. |
The property is read-only.
The property has no default value.
Remarks
The owningElement property usually returns the style or link object that defined the style sheet.
是否符合公共标准
There is no public standard that applies to this property.
Applies To