'document' JavaScript Properties : document « Javascript Objects « JavaScript Reference

'document' JavaScript Properties

+----------------+--------------------------------------------------------------+
| JavaScript     |activeElement                   alinkColor                    |
| Properties     |bgColor                         charset                       |
|                |compatMode                      cookie                        |
|                |defaultCharset                  designMode                    |
|                |dir                             doctype                       |
|                |documentElement                 domain                        |
|                |encoding                        expando                       |
|                |fgColor                         fileCreatedDate               |
|                |fileModifiedDate                fileSize                      |
|                |height                          lastModified                  |
|                |linkColor                       parentWindow                  |
|                |protocol                        readyState                    |
|                |referrer                        title                         |
|                |uniqueID                        URL                           |
|                |URLUnencoded                    vlinkColor                    |
|                |width                           XMLDocument                   |
+----------------+--------------------------------------------------------------+
      
      








Related examples in the same category

1.'document' Syntax and Note
2.'document' Event Handlers
3.'document' Example
4.'document' JavaScript Methods
5.'document' JavaScript Collections
6.'document' JavaScript Objects
7.'document' is applied to