IHTMLAnchorElement3 interface

Designates the destination of a hypertext link. It extends the IHTMLAnchorElement2 interface.

Members

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

  • Properties

Properties

The IHTMLAnchorElement3 interface has these properties.

Property Description

coords

Sets or retrieves the coordinates of the object.

href

Sets or retrieves a destination URL or an anchor point.

shape

Sets or retrieves the shape of the object.

 

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