OD Tag That Defines the Set of Frames in a Document

The <div od-type="frameset"> tag defines the set of frames that the document contains. Similar to the HTML frameset tag, the Siebel Web Engine displays it as an HTML frameset tag. The body of this tag can only contain <div od-type="frame"> tags.

The <div od-type="frameset"> tag uses the following format:

<div od-type="frameset" htmlAttr="xxx">  ... 
<!--od section frameset close--> </div>

The <div od-type="frameset"> tag includes the htmlAttr attribute. This attribute defines the attributes for the HTML frameset tag. For example, the following code supports a layout where the frames that belong to the frameset use 89 pixels, 25 pixels, and the remainder of the window:

htmlAttr="rows='89,25,*'"