1 out of 4 rated this helpful - Rate this topic

Objects

This section describes the objects associated with a variety of supported Document Object Model (DOM) APIs .

In this section

TopicDescription

clientInformation

Contains information about the browser.

clipboardData

Provides access to predefined clipboard formats for use in editing operations.

document

Represents the HTML document in a specific window.

documentCompatibleInfoCollection

Retrieves a collection of DocumentCompatibleInfo objects.

documentType

Provides properties that describe the document type of a document object.

DOMError

Describes errors that occur during DOM operations.

DOMException

Describes errors thrown by DOM operations.

DOMSettableTokenList

The same as DOMTokenList, except that it allows the underlying string to be directly changed.

DOMStringList

Provides the abstraction of an ordered collection of DOMString values.

DOMTokenList

Represents an underlying string that consists of a set of space-separated tokens.

external

Allows access to an additional object model provided by host applications of the Windows Internet Explorer browser components.

history

Contains information about the URLs visited by the client.

HtmlDlgSafeHelper (Dialog Helper)

Provides access to the color dialog box, block formats, and system fonts collections.

HTMLDocumentCompatibleInfo

Provides information about the compatibility mode specified by the document. If the document specifies multiple compatibility modes, they can be retrieved using documentCompatibleInfoCollection.

implementation

Contains information about the modules supported by the object.

location

Contains information about the current URL.

MSApp

Provides helper functions that enable you to create such things as Blob and MSStream objects.

MSLaunchUriCallback

Defines a function to be invoked MSLaunchUri as a result of attempting to launch a protocol on a system.

navigator

Contains information about the client.

processingInstruction

Represents a processing instruction for an XML parser.

StaticNodeList

A collection of objects returned by the querySelectorAll method.

TextNode

Represents a string of text as a node in the document hierarchy.

userProfile

Obsolete. Provides methods that allow a script to request read access to and perform read actions on a user's profile information.

window

Represents an open window.

 

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.