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.

Note   The FRAMESET element is not supported for Windows Mobile-based Smartphones.

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   Not supported for Windows Mobile-based Smartphones.
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.
Note   Not supported for Windows Mobile-based Smartphones.
ID   Uniquely identifies the element within a document.
Note   Not supported for Windows Mobile-based Smartphones.
ONLOAD   An event that occurs when the frameset is loaded.
Note   Not supported for Windows Mobile-based Smartphones.
ONUNLOAD   An event that occurs immediately before the frameset is unloaded.
Note   Not supported for Windows Mobile-based Smartphones.
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.
Note   Not supported for Windows Mobile-based Smartphones.
STYLE   Provides the definition of the CSS styles used for this element.
Note   Not supported for Windows Mobile-based Smartphones.

Requirements

Smartphone Platforms: None
OS Versions: Windows CE 3.0 and later

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.