| Attribute | Property | Description |
|---|
| ATOMICSELECTION | |
Specifies whether the element and its contents must be selected as a whole, indivisible unit.
|
| BORDER | border |
Sets or retrieves the space between the frames, including the 3-D border. |
| BORDERCOLOR | borderColor |
Sets or retrieves the border color of 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. |
| CLASS | className |
Sets or retrieves the class of the object. |
| COLS | cols |
Sets or retrieves the frame widths of the object. |
| firstChild |
Retrieves a reference to the first child in the childNodes collection of the object. |
| FRAMEBORDER | frameBorder |
Sets or retrieves whether to display a border for the frame. |
| FRAMESPACING | frameSpacing |
Sets or retrieves the amount of additional space between the frames. |
| HIDEFOCUS | hideFocus |
Sets or retrieves the value indicating whether the object visibly indicates that it has focus. |
| ID | id |
Retrieves the string identifying the object. |
| innerHTML |
Retrieves the HTML between the start and end tags of 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. |
| lastChild |
Retrieves a reference to the last child in the childNodes collection of an object. |
| NAME | name |
Sets or retrieves the frame name. |
| 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. |
| outerHTML |
Sets or retrieves the object and its content in HTML. |
| ownerDocument |
Sets or retrieves the document object associated with the node. |
| 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. |
| ROWS | rows |
Sets or retrieves the frame heights of the object. |
| scopeName |
Retrieves the namespace defined for the element. |
| sourceIndex |
Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection. |
| 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. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |
| UNSELECTABLE | |
Specifies that an element cannot be selected. |
| WIDTH | width |
Sets or retrieves the width of the object. |