HTML element: <frameset>
The <frameset> element presents multiple documents within a single browser window, and defines the layout of the contained frames.
Considerations
Although the <frameset> element is supported by the browser, this is mainly to support content designed for desktop browsers. You should not include framesets in content designed for the BlackBerry device.
When rendered in the BlackBerry® Browser in column view, the layout definition is ignored, and each pane is displayed vertically in the order in which they are encountered.
In versions of the BlackBerry Device Software earlier than version 4.6, the rows attribute is ignored.
Attributes
Common attributes
The <frameset> element supports the class, id, style, and title attributes.
For more information, see Common attributes.
Event attributes
The <frameset> element supports the onload and onunload events.
For more information, see HTML event attributes.