ZVON > References > DOM2 Reference

HTMLObjectElement (interface )


Own properties:
attributes  -  align, archive, border, code, codeBase, codeType, contentDocument, data, declare, form, height, hspace, name, standby, tabIndex, type, useMap, vspace, width
methods  -  none

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
Generic embedded object.

Note:
In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated. See the OBJECT element definition in HTML 4.01.