IHTMLDOMAttribute3 interface

Provides programmatic access to the properties and methods that are common to all element objects; extends the IHTMLDOMAttribute interface.

Members

The IHTMLDOMAttribute3 interface inherits from the IDispatch interface. IHTMLDOMAttribute3 also has these types of members:

  • Properties

Properties

The IHTMLDOMAttribute3 interface has these properties.

Property Description

nodeValue

Sets or retrieves the value of a node.

ownerElement

Retrieves the element that owns the attribute.

specified

Gets a value that indicates whether an attribute is explicitly given a value.

value

Gets or sets the value of the object.

 

Remarks

Windows Internet Explorer 8 or later. Web pages displayed in IE8 Standards mode distinguish between attribute values specified by the original page author and the representation of those values in the Document Object Model (DOM). For more information, see Attribute Differences in Internet Explorer 8.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch