FRAMESET HTML Element

Send Feedback

The FRAMESET element specifies a frameset consisting of 1 or more frames. This is a block element and requires a closing tag.

Note   Windows Mobile-based Smartphones do not support frames.

Attributes

Attribute Value Description
BORDER 0...# Specifies the number of pixels to reserve as space between frames. If the value is less than 3, Internet Explorer Mobile uses the value of 3.
CLASS   Associates the element with a CSS style.
Note   For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later.
COLS String Comma-separated values specifying frame width. Values are in pixels, a percentage of the available width, or the relative value width*. After allocating space for pixel and percentage width sized frames, the remaining space is divided between relative-sized frames.
ID   Uniquely identifies the element within a document.
Note   For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later.
ONLOAD   An event that occurs when the frameset is loaded.
Note   For Pocket PCs, supported only for devices running Pocket PC 2002 software or later.
ONUNLOAD   An event that occurs immediately before the frameset is unloaded.
Note   For Pocket PCs, supported only for devices running Pocket PC 2002 software or later.
ROWS String Comma-separated values specifying frame height. Values are in pixels, a percentage of the available width, or the relative value height*. After allocating space for pixel and percentage height sized frames, the remaining space is divided between relative-sized frames.
STYLE   Provides the definition of the CSS styles used for this element.
Note   For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: None
OS Versions: Windows CE 3.0 and later

See Also

Internet Explorer Mobile HTML Elements

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.