Example Frameset Code From a Container Page

The following <div od-type="frameset"> code is from the Page Container web template:

<div od-type="frameset" htmlAttr="rows='60,21,25,*' border='0' frameborder='No'">
   <div od-type="frame" div od-type="page" htmlAttr="marginheight='0' marginwidth='0'noresize scrolling='No'">
     <div od-include="CCFrameBanner"/>
   <!--od section frame close-->
   </div>
   <div od-type="frame" div od-type="screenbar" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='No'">
     <div od-include="CCFrameScreenbar"/>
   <!--od section frame close-->
   </div>
   <div od-type="frame" div od-type="viewbar" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='No'">
     <div od-include="CCFrameViewbar"/>
   <!--od section frame close-->
   </div>
   <div od-type="frame" div od-type="view" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='Auto'">
     <div od-type="current-view"/>
   <!--od section frame close-->
   </div>
<!--od section frameset close-->
</div>