汎用の埋め込みオブジェクト。
Note: オブジェクト要素の全プロパティは原則として読み書き可能であるが、環境によっては、元のオブジェクトが一旦実体化されたら読み出し専用になるプロパティもあるだろう。 [HTML 4.01] の OBJECT 要素の定義 を参照。
align
archive
border
code
code
プロパティを参照。codeBase
codeType
contentDocument
Document
型, 読取専用
null
。data
declare
boolean
型
form
HTMLFormElement
型, 読取専用
FORM
要素。このコントロールがフォームの文脈内にない場合は null
。height
hspace
long
型
name
standby
tabIndex
long
型
type
useMap
vspace
long
型
width
interface HTMLObjectElement : HTMLElement { readonly attribute HTMLFormElement form; attribute DOMString code; attribute DOMString align; attribute DOMString archive; attribute DOMString border; attribute DOMString codeBase; attribute DOMString codeType; attribute DOMString data; attribute boolean declare; attribute DOMString height; attribute long hspace; attribute DOMString name; attribute DOMString standby; attribute long tabIndex; attribute DOMString type; attribute DOMString useMap; attribute long vspace; attribute DOMString width; // Introduced in DOM Level 2: readonly attribute Document contentDocument; };