activeElement
|
Retrieves the object that has the focus when the parent document has focus.
|
alinkColor
|
Sets or retrieves the color of all active links in the document.
|
all
|
Retrieves an interface pointer to a zero-based collection of all the elements
in an HTML document.
|
anchors
|
Retrieves an interface pointer to a zero-based collection of all the a
objects in an HTML document. The elements are in the same order as they
appear in the document.
|
applets
|
Retrieves an interface pointer to a zero-based collection of all the applet
objects in an HTML document. The objects are in the same order as they
appear in the document.
|
bgColor
|
Deprecated. Sets or retrieves a value that indicates the background color
behind the
object
.
|
body
|
Retrieves an interface pointer to the document's body object.
|
charset
|
Sets or retrieves the character set used to encode the
object
.
|
clear
|
Not currently supported.
|
close
|
Closes an output stream and forces the sent data to display.
|
cookie
|
Sets or retrieves the string value of a cookie.
|
createElement
|
Creates an instance of the element for the specified tag.
|
createStyleSheet
|
Creates a style sheet for the document.
|
defaultCharset
|
Retrieves the default character set from the current regional language
settings.
|
designMode
|
Sets or retrieves a value that indicates whether the document can be edited.
|
domain
|
Sets or retrieves the security domain of the document.
|
elementFromPoint
|
Returns the element for the specified
x
and
y
coordinates.
|
embeds
|
Retrieves an interface pointer to a zero-based collection of all the embed
objects in an HTML document. The objects are in the same order as they
appear in the document.
|
execCommand
|
Executes a command on the current document, current selection, or the
given range.
|
execCommandShowHelp
|
Displays help information for the given command identifier.
|
expando
|
Sets or retrieves a value indicating whether arbitrary variables can be
created within the
object
.
|
fgColor
|
Sets or retrieves the foreground (text) color of the document.
|
fileCreatedDate
|
Retrieves the date the file was created.
|
fileModifiedDate
|
Retrieves the date the file was last modified.
|
fileSize
|
Retrieves the file size.
|
fileUpdatedDate
|
Retrieves the date the file was last updated.
|
forms
|
Retrieves an interface pointer to a zero-based collection of all the form
objects in an HTML document. The objects are in the same order as they
appear in the document.
|
frames
|
Retrieves an interface pointer to a zero-based collection of all the frame
objects in an HTML document, if the document contains the frameSet object.
If the document contains the
body
object, this is a collection of all iframe objects in the document. In
either case, the objects are in the same order as they appear in the document.
|
images
|
Retrieves a pointer to the IHTMLElementCollection interface of the zero-based
collection of all the images in an HTML document. The images are in the
same order as they appear in the document.
|
lastModified
|
Retrieves the date the page was last modified, if the page supplies one.
|
linkColor
|
Sets or retrieves the color of the document links.
|
links
|
Retrieves an interface pointer to a zero-based collection of all the link
and area objects in an HTML document. The objects are in the same order
as they appear in the document.
|
location
|
Retrieves an interface pointer to a location object.
|
mimeType
|
Retrieves the MIME type for the file.
|
nameProp
|
Retrieves the title of the document file.
|
onafterupdate
|
Sets or retrieves a pointer to the event handler function associated with
the onafterupdate event.
|
onbeforeupdate
|
Sets or retrieves a pointer to the event handler function associated with
the onbeforeupdate event.
|
onclick
|
Sets or retrieves a pointer to the event handler function associated with
the onclick event.
|
ondblclick
|
Sets or retrieves a pointer to the event handler function associated with
the ondblclick event.
|
ondragstart
|
Sets or retrieves a pointer to the event handler function associated with
the ondragstart event.
|
onerrorupdate
|
Sets or retrieves a pointer to the event handler function associated with
the onerrorupdate event.
|
onhelp
|
Sets or retrieves a pointer to the event handler function associated with
the onhelp event.
|
onkeydown
|
Sets or retrieves a pointer to the event handler function associated with
the onkeydown event.
|
onkeypress
|
Sets or retrieves a pointer to the event handler function associated with
the onkeypress event.
|
onkeyup
|
Sets or retrieves a pointer to the event handler function associated with
the onkeyup event.
|
onmousedown
|
Sets or retrieves a pointer to the event handler function associated with
the onmousedown event.
|
onmousemove
|
Sets or retrieves a pointer to the event handler function associated with
the onmousemove event.
|
onmouseout
|
Sets or retrieves a pointer to the event handler function associated with
the onmouseout event.
|
onmouseover
|
Sets or retrieves a pointer to the event handler function associated with
the onmouseover event.
|
onmouseup
|
Sets or retrieves a pointer to the event handler function associated with
the onmouseup event.
|
onreadystatechange
|
Sets or retrieves a pointer to the event handler function associated with
the onreadystatechange event.
|
onrowenter
|
Sets or retrieves a pointer to the event handler function associated with
the onrowenter event.
|
onrowexit
|
Sets or retrieves a pointer to the event handler function associated with
the onrowexit event.
|
onselectstart
|
Sets or retrieves a pointer to the event handler function associated with
the onselectstart event.
|
open
|
This method works in two ways. It opens a document to collect the output
of the IHTMLDocument2::write and IHTMLDocument2::writeln methods. In this
case, only the first two parameters,
url
and
name
are used. When values for the additional parameters are specified, this
method opens a window in the same way as the IHTMLWindow2::open method
for the window object.
|
parentWindow
|
Retrieves a reference to the container object of the window.
|
plugins
|
Retrieves an interface pointer to a zero-based collection of all the
embed
objects in an HTML document. The objects are in the same order as they
appear in the document.
|
protocol
|
Sets or retrieves the protocol portion of a URL.
|
queryCommandEnabled
|
Returns a Boolean value that indicates whether a specified command can
be successfully executed using IHTMLDocument2::execCommand, given the current
state of the document.
|
queryCommandIndeterm
|
Returns a Boolean value that indicates whether the specified command is
in the indeterminate state.
|
queryCommandState
|
Returns a Boolean value that indicates the current state of the command.
|
queryCommandSupported
|
Returns a Boolean value that indicates whether the current command is
supported on the current range.
|
queryCommandText
|
Retrieves the string associated with a command.
|
queryCommandValue
|
Returns the current value of the document, range, or current selection
for the given command.
|
readyState
|
Retrieves a value that indicates the current state of the
object
.
|
referrer
|
Retrieves the URL of the location that referred the user to the current
page.
|
scripts
|
Retrieves an interface pointer to a zero-based collection of all the script
objects in an HTML document. The objects are in the same order as they
appear in the document.
|
security
|
Retrieves security information for the document.
|
selection
|
Retrieves an interface pointer to an object representing the active selection.
The active selection can be an insertion point, or a highlighted block
of text or other elements in the document upon which the user or a script
can carry out an action.
|
styleSheets
|
Retrieves an interface pointer to a zero-based collection of the style
sheet objects exposed from the document object. Each style sheet object
represents an individual style sheet that is defined for the document.
|
title
|
Sets or retrieves the title of the document. The title identifies the
contents of the document and is displayed in the header bar of the document
window.
|
toString
|
Retrieves a string representation of the
object
.
|
URL
|
Sets or retrieves the URL for the current document.
|
vlinkColor
|
Sets or retrieves the color of the links that the user has visited.
|
write
|
Writes one or more HTML expressions to a document in the specified window.
|
writeln
|
Writes one or more HTML expressions, followed by a carriage return, to
a document in the specified window.
|