javascript TITLE Description
| title | NN 6 IE 4 DOM 1 |
|
The title object reflects the title element. If you encounter problems referencing the element object by its id attribute (especially in IE 4/Windows or Netscape 6), use the tag access methods for the respective browsers: document.all.tags("title")[0] for IE, and document.getElementsByTagName("title")[0] for IE 5 or later and Netscape 6. |
|
| HTML Equivalent | |
<title> |
|
| Object Model Reference | |
[window.]document.getElementById("elementID")
|
|
| Object-Specific Properties | |
text |
|
| Object-Specific Methods | |
None. |
|
| Object-Specific Event Handler Properties | |
None. |
|
Previous: javascript TITLE text
2135,Nickname,Homepage or email,Comments here,Add comment
