IHTMLFrameElement3 interface

This interface extends the IHTMLFrameElement and IHTMLFrameElement2 interfaces.

Members

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

  • Properties

Properties

The IHTMLFrameElement3 interface has these properties.

Property Description

contentDocument

Retrieves the document object of the page or frame.

frameBorder

Sets or retrieves whether to display a border for the frame.

longDesc

Sets or retrieves a URI to a long description of the object.

src

Sets or retrieves a URL to be loaded by 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