IHTMLFrameBase2 interface

This interface provides access to an additional method that is common to the IHTMLFrameElement and IHTMLIFrameElement objects.

Members

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

  • Properties

Properties

The IHTMLFrameBase2 interface has these properties.

Property Description

allowTransparency

Sets or retrieves whether the object can be transparent.

contentWindow

Retrieves the IHTMLWindow2 object of the specified IHTMLFrameElement or IHTMLIFrameElement.

onload

Sets or retrieves a pointer to the event handler function associated with the HTMLFrameSiteEvents::onload event. The HTMLFrameSiteEvents::onload event occurs immediately after the browser loads the object.

readyState

Retrieves a value that indicates the current state of the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

IHTMLFrameBase

IHTMLFrameBase3