Platform Support
| Mozilla | Chrome | Safari | Opera | IE | Netscape | 1.0+ | no | no | 4.0+ | 2.0+ | 2.0+ |
|---|
Constructors
| Constructor | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape | ||
|---|---|---|---|---|---|---|---|---|---|
|
HTMLEmbedElement Constructor() : HTMLEmbedElement
Creates an instance of the HTMLEmbedElement.
|
Show Details | 1.0+ | no | no | 4.0+ | 2.0+ | 2.0+ | ||
HTMLEmbedElement() : HTMLEmbedElementCreates an instance of the HTMLEmbedElement. Returns
|
|||||||||
Properties
| Property | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape |
|---|---|---|---|---|---|---|---|
|
src
: String
Specifies the address of the resource being embedded.
|
Show Details | 1.0+ | no | no | 4.0+ | 2.0+ | 2.0+ |
|
|||||||
|
type
: String
Specifies the MIME type by which the plugin to instantiate is selected.
|
Show Details | 1.0+ | no | no | 4.0+ | 2.0+ | 2.0+ |
|
|||||||
|
width
: String
Specifies the width of the embedded element.
|
Show Details | 1.0+ | no | no | 4.0+ | 2.0+ | 2.0+ |
|
|||||||
|
height
: String
Specifies the height of the embedded element.
|
Show Details | 1.0+ | no | no | 4.0+ | 2.0+ | 2.0+ |
|
|||||||
Inherited Functions
| Method | Action | Mozilla | Chrome | Safari | Opera | IE | Netscape | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
getElementsByClassName(String classNames) : NodeList
Returns a NodeList containing all the
Element nodes with the specified classNames. |
Show Details | 1.9+ | 5.0+ | 3.1+ | 9.51+ | no | no | |||||
|
Parameters
Returns
|
||||||||||||
References
Availability
JavaScript 1.2|WhatWG