object property
Retrieves the contained object.
Syntax
| JavaScript | |
|---|
Property values
Type: DOMString
the contained object.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 13.3 (Deprecated)
Remarks
As of Windows Internet Explorer 9, the object property returns a DOMString value for webpages displayed in IE9 Standards mode. When supported in earlier versions of Windows Internet Explorer, the object property returned a Object value.
If the control's object model uses a conflicting namespace, precede the control's property with object to resolve the conflict.
See also
Show: