IHTMLFrameSetElement interface

This interface specifies a frameset.

Members

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

  • Properties

Properties

The IHTMLFrameSetElement interface has these properties.

Property Description

border (frame, iframe)

Sets or retrieves the space between the frames, including the 3-D border.

borderColor

Sets or retrieves the border color of the object.

cols

Sets or retrieves the frame widths of the object.

This property is not supported for Windows apps using JavaScript.

frameBorder

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

frameSpacing

Sets or retrieves the amount of additional space between the frames.

name

Sets or retrieves the frame name.

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.

rows

Sets or retrieves the frame heights of the object.

 

Remarks

Framesets are used to organize multiple frames and nested framesets. A frameset organizes multiple frames on the screen. The only tags valid within a frameset are frame, nested frameSet, and noFrames.

The frameSet element is a block element.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch