Guidelines for Creating HTML Frames in a Container Page

Siebel CRM uses the container page template to create the frame definition document for the Siebel application. If you define HTML frames in a container page, then use the following guidelines:

  • Use the <div od-include> tag to define the contents of a frame. You can place the contents directly into the body of the <div od-type="frame"> tag.

  • Make sure the contents of the <div od-type="frame"> tag constitutes a complete HTML document. The contents must contain the required HTML document structure tags, such as html, head, body, and so on. This requirement applies to view web templates.

  • If the type is view, then make sure the contents of the <div od-type="frame"> tag contains only the <div od-type="current-view"/> tag.