Attribute | Property | Description |
---|
ACCESSKEY | accessKey |
Sets or retrieves the accelerator key for the object. |
ALIGN | align |
Sets or retrieves how the object is aligned with adjacent text. |
ALT | alt |
Sets or retrieves a text alternative to the graphic. |
| altHTML |
Sets the optional alternative HTML script to execute if the object fails to load. |
ARCHIVE | archive |
Sets or retrieves a character string that can be used to implement your own archive functionality for the object. |
| BaseHref |
Retrieves a string of the URL where the object tag can be found. This is often the href of the document that the object is in, or the value set by a base element. |
BORDER | border |
Sets or retrieves the width of the border to draw around the object. |
| canHaveChildren |
Retrieves a value indicating whether the object can contain children. |
| canHaveHTML |
Sets or retrieves the value indicating whether the object can contain rich HTML markup. |
CLASSID | classid |
Sets or retrieves the class identifier for the object. |
CLASS | className |
Sets or retrieves the class of the object. |
| clientHeight |
Retrieves the height of the object including padding, but not including margin, border, or scroll bar. |
| clientLeft |
Retrieves the distance between the offsetLeft property and the true left side of the client area. |
| clientTop |
Retrieves the distance between the offsetTop property and the true top of the client area. |
| clientWidth |
Retrieves the width of the object including padding, but not including margin, border, or scroll bar. |
CODE | code |
Sets or retrieves the URL of the file containing the compiled Java class. |
CODEBASE | codeBase |
Sets or retrieves the URL of the component. |
CODETYPE | codeType |
Sets or retrieves the Internet media type for the code associated with the object. |
DATA | data |
Sets or retrieves the URL that references the data of the object. |
DECLARE | declare |
Sets or retrieves a character string that can be used to implement your own declare functionality for the object. |
DIR | dir |
Sets or retrieves the reading order of the object. |
| disabled |
Sets or retrieves the value that indicates whether the user can interact with the object. |
| form |
Retrieves a reference to the form that the object is embedded in. |
HEIGHT | height |
Sets or retrieves the height of the object. |
HIDEFOCUS | hideFocus |
Sets or retrieves the value indicating whether the object visibly indicates that it has focus. |
HSPACE | hspace |
Sets or retrieves the horizontal margin for the object. |
ID | id |
Retrieves the string identifying the object. |
| isContentEditable |
Retrieves the value indicating whether the user can edit the contents of the object. |
| isDisabled |
Retrieves the value indicating whether the user can interact with the object. |
| isMultiLine |
Retrieves the value indicating whether the content of the object contains one or more lines. |
| isTextEdit |
Retrieves whether a TextRange object can be created using the object. |
LANG | lang |
Sets or retrieves the language to use. |
LANGUAGE | language |
Sets or retrieves the language in which the current script is written. |
NAME | name |
Sets or retrieves the name of the object. |
| nextSibling |
Retrieves a reference to the next child of the parent for the object. |
| nodeName |
Retrieves the name of a particular type of node. |
| nodeType |
Retrieves the type of the requested node. |
| nodeValue |
Sets or retrieves the value of a node. |
| object |
Retrieves the contained object. |
| offsetHeight |
Retrieves the height of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetLeft |
Retrieves the calculated left position of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetParent |
Retrieves a reference to the container object that defines the offsetTop and offsetLeft properties of the object. |
| offsetTop |
Retrieves the calculated top position of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetWidth |
Retrieves the width of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| outerHTML |
Sets or retrieves the object and its content in HTML. |
| outerText |
Sets or retrieves the text of the object. |
| parentElement |
Retrieves the parent object in the object hierarchy. |
| parentNode |
Retrieves the parent object in the document hierarchy. |
| parentTextEdit |
Retrieves the container object in the document hierarchy that can be used to create a TextRange containing the original object. |
| previousSibling |
Retrieves a reference to the previous child of the parent for the object. |
| readyState |
Retrieves the current state of the object. |
| recordset |
Sets or retrieves from a data source object a reference to the default record set. |
| scopeName |
Retrieves the namespace defined for the element. |
| scrollHeight |
Retrieves the scrolling height of the object. |
| scrollLeft |
Sets or retrieves the distance between the left edge of the object and the leftmost portion of the content currently visible in the window. |
| scrollTop |
Sets or retrieves the distance between the top of the object and the topmost portion of the content currently visible in the window. |
| scrollWidth |
Retrieves the scrolling width of the object. |
| sourceIndex |
Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection. |
STANDBY | standby |
Sets or retrieves a character string that can be used to implement your own standby functionality for the object. |
STYLE | |
Sets an inline style for the element. |
TABINDEX | tabIndex |
Sets or retrieves the index that defines the tab order for the object. |
| tagName |
Retrieves the tag name of the object. |
| tagUrn |
Sets or retrieves the Uniform Resource Name (URN) specified in the namespace declaration. |
TITLE | title |
Sets or retrieves advisory information (a ToolTip) for the object. |
TYPE | type |
Sets or retrieves the MIME type of the object. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |
UNSELECTABLE | |
Specifies that an element cannot be selected. |
USEMAP | useMap |
Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map. |
VSPACE | vspace |
Sets or retrieves the vertical margin for the object. |
WIDTH | width |
Sets or retrieves the width of the object. |