IHTMLFrameSetElement3 interface

This interface extends the IHTMLFrameSetElement2 interface.

Members

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

  • Properties

Properties

The IHTMLFrameSetElement3 interface has these properties.

Property Description

onhashchange

Sets or retrieves a pointer to the event handler function associated with the HTMLWindowEvents3::onhashchange event.

onmessage

Sets or retrieves a pointer to the event handler function associated with the onmessage event.

onoffline

Sets or retrieves a pointer to the event handler function associated with the HTMLElementEvents3::onoffline event.

ononline

Sets or retrieves a pointer to the event handler function associated with the HTMLElementEvents3::ononline event.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch