OBJECT

<OBJECT
ACCESSKEY=string
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
CLASSID=string
CODE=string
CODEBASE=string
CODETYPE=string
DATA=string
DATAFLD=colname
DATASRC=#ID
DISABLED
HEIGHT=string
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT
NAME=string
STYLE=string
TABINDEX=integer
TITLE=string
TYPE=string
WIDTH=string
event = script
>

Inserts an object onto the HTML page.

ACCESSKEY=
Specifies an accelerator for the element.
ALIGN=
Specifies the alignment for the control-like element.
CLASSID=
Used to specify the class identifier for the object.
CODE=
The name of the file containing the compiled java class.
CODEBASE=
Specifies a URL referencing where to find the implementation of the object.
CODETYPE=
An attribute.
DATA=
Specifies a URL referencing the object's data.
DATAFLD=
The column name from the data source object that supplies the bound data. This attribute can be used on both the OBJECT element and the PARAM elements it contains.
DATASRC=
Indicates the ID of the data source object that supplies the data that is bound to this element.
DISABLED
Used to disable an element.
HEIGHT=
Along with the width attribute, specifies the size at which the element is drawn. Returns the calculated height of the element in pixels. In HTML, this attribute may be initially set in pixels or percentages.
CLASS=
Specifies the class of the tag being defined. This is most often used to associated a sub-classed style sheet with the tag.
ID=
An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid names to script with are any alphanumeric string that begins with a letter. Valid special characters include underbar "_".
LANG=
This specifies the language to use. The specifier is an ISO standard language abbreviation.
LANGUAGE=
Specifies the language that the current script is written in. JavaScript is the default for this attribute.
NAME=
Specifies the name of the control, bookmark, or applet.
STYLE=
Specifies an in-line style sheet for the tag.
TABINDEX=
Sets the tabindex for the object.
TITLE=
The Title attribute is used to provide advisory information.
TYPE=
Specifies the MIME type for the associated scripting engine.
WIDTH=
Returns the calculated width of the element in pixels. In HTML, this attribute may be initially set in pixels or percentages.
event
Can be one or more of these events:

onafterupdate onbeforeupdate

onblur onclick

ondblclick ondragstart

onfocus onhelp

onkeydown onkeypress

onkeyup onmousedown

onmousemove onmouseout

onmouseover onmouseup

onreadystatechange onresize

onrowenter onrowexit

onselectstart

This element is a block element.

Both the start and end tags are required.

Ayuda de Html para Javascripts.astalaweb.com.