IHTMLFrameSetElement interface
This interface specifies a frameset.
Members
The IHTMLFrameSetElement interface inherits from the IDispatch interface. IHTMLFrameSetElement also has these types of members:
Properties
The IHTMLFrameSetElement interface has these properties.
| Property | Description |
|---|---|
|
Sets or retrieves the space between the frames, including the 3-D border. | |
|
Sets or retrieves the border color of the object. | |
|
Sets or retrieves the frame widths of the object. This property is not supported for Windows apps using JavaScript. | |
|
Sets or retrieves whether to display a border for the frame. | |
|
Sets or retrieves the amount of additional space between the frames. | |
|
Sets or retrieves the frame name. | |
|
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. | |
|
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 |
|
|
IDL |
|
|
DLL |
|
See also