Moxi Media Inc.
<DATA-FRAME> Tree View | Discussion Forum
IMF Developer's Guide » Site Configuration » <DATA-FRAME>  

The <DATA-FRAME> element is used to specify the content and size of the information frame in an IMF application when it opens.

Frequency Parent Elements (this element is valid within):
PRS1 <SITE-CONFIG>
   

Attributes Description
url The URL of the document that should appear in the data frame when the application opens. The URL can contain the special variable $IMF to specify that the document is relative to the IMF installation directory. Absolute URLs may also be used. URLs that don't start with http: or $IMF are resolved relative to the location of the XML file.
position The position of the data frame. Valid values are "left" or "right". Optional, defaults to "right".
width The width of the data frame window, in pixels. Optional, defaults to 300.
   

Frequency Description (in this context)
PRS1 The <DATA-FRAME> element is required once in the <SITE-CONFIG> element in the specified sequence.
   

Example:

<DATA-FRAME url="http://myserver.com/about.html" />

<DATA-FRAME url="about.html" position="right" width="320" />

<DATA-FRAME url="$IMF/sites/botany/about.html" />

Valid HTML 4.01!