noframes, noscript | NN 6 IE 5 DOM 1 |
The noframes object reflects the noframes element, and the noscript object reflects the noscript element. |
|
HTML Equivalent | |
<noframes> <noscript> |
|
Object Model Reference | |
[window.]document.getElementById("elementID")
|
|
Object-Specific Properties | |
None. |
|
Object-Specific Methods | |
None. |
|
Object-Specific Event Handler Properties | |
None. |
dir | NN 6 IE 5 DOM 1 |
Read/Write | |
Indicates the direction of character rendering for the element's text whose characters are not governed by inherent directionality according to the Unicode standard and default browser language system. Character rendering is either left-to-right or right-to-left. |
|
Value | |
ltr | rtl (case insensitive string). |
|
Default | |
ltr |