Share via


FRAMESET HTML Element

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

Attributes

Attribute Value Description
BORDER 0...# Specifies the number of pixels to reserve as space between frames. If the value is less than 3, Pocket Internet Explorer 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 Windows Mobile 2002 software or later.
ONUNLOAD   An event that occurs immediately before the frameset is unloaded.
Note   For Pocket PCs, supported only for devices running Windows Mobile 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: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.