2.2.2.24 HTMLObjectElement

The HTMLObjectElement interface inserts an object into the HTML page.

The HTMLObjectElement interface has been extended with the following attributes:

  • alt

  • altHtml

  • BaseHref

  • classid

  • dataFld

  • dataFormatAs

  • dataSrc

  • object

     //Introduced in Internet Explorer.
     interface HTMLObjectElement : HTMLElement {
                 attribute DOMString       alt;
                 attribute DOMString       altHtml;
                 attribute DOMString       BaseHref;
                 attribute DOMString       classid;
                 attribute DOMString       dataFld;
                 attribute DOMString       dataFormatAs;
                 attribute DOMString       dataSrc;
        readonly attribute any             object;
     };