Modifications That Occurred Starting with Siebel CRM Version 8.x
Siebel CRM version 8.x includes an outer content frame. If you configured a view frame in the application container page, then you must replace this view frame with a content frame. In prior versions, the application container page template that includes the view frame without the outer content frame does not create any errors, but it does allow you to configure Siebel CRM to display multiple views.
if you configured a view frame in the application container page in a version prior to Siebel CRM version 8.x, then you must replace this view frame with a content frame. This content frame defines the area where Siebel CRM can load one or more views. This frame contains a frameset that includes a view frame. The structure of this container template must be similar to the following example:
<div od-type=frameset htmlAttr="rows='80,50,50,*' border='0'frameborder='No'">
<div od-type=frame type="Page" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='No'">
<div od-include="CCFrameBanner"/>
<!--od section frame close–>
<div od-type=frame type="Screenbar" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='No'">
<div od-include="CCFrameScreenbar"/>
<!--od section frame close–>
<div od-type=frame: type="Viewbar" htmlAttr="marginheight='0' marginwidth='0' noresize scrolling='No'">
<div od-include="CCFrameViewbar"/>
<!--od section frame close–>
<!--od section frameset close–>