FRAME HTML Element

Send Feedback

The FRAME element specifies an individual frame within a FRAMESET. This is a block element and does not require a closing tag.

Note   Windows Mobile-based Smartphones do not support frames.

Attributes

Attribute Value Description
CLASS   Associates the element with a CSS style.
Note   For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later.
ID   Uniquely identifies the element within a document.
Note   For Pocket PCs, supported only for devices running Windows Mobile 2003 software or later.
MARGINHEIGHT 1...#

6 (default)

Specifies the top and bottom margins of the contents for the frame.
MARGINWIDTH 1...#

6 (default)

Specifies the left and right margins of the contents for the frame.
NAME String Specifies the name of the frame.
SCROLLING Auto (default) Specifies whether or not the user can scroll the frame. The browser determines whether scroll bars are needed.
SCROLLING Yes Frame can be scrolled.
SCROLLING No Frame cannot scroll.
SRC URL Specifies the URL to be loaded in the frame.
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.