DocumentView : Object

Provides a property to retrieve the default view for a document.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+no7.0+nono

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Provides a property to retrieve the default view for a document.
no1.0+no7.0+nono
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
The default AbstractView for the document.
no1.0+no7.0+nono
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

DocumentView DocumentView()

Provides a property to retrieve the default view for a document.

Visibility
internal

Property Detail

AbstractView defaultView - read only

The default AbstractView for the document.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/window.html

Availability

HTML DOM Level 2 | W3C