Moxi Media Inc.
<hidden-frame> Discussion Forum

IMF Developer's Guide » Site Configuration » <hidden-frame>  

The <hidden-frame> element is used to specify the initial content and size of the hidden frame in an IMF application. As the initial content of the hidden frame is of little consequence to a web site developer, this element should not be specified in your site configuration files. The following default values will be used if omitted:

<hidden-frame url="$FRAMEWORK/imfBlankWhite.jsp" width="0" />

Frequency Parent Elements (the <status-frame> element is valid within):
POS1 <site-config>
   

Frequency Description (in this context)
POS1 The <hidden-frame> element may appear once in the <site-config> element in the specified sequence.
   

Attributes Description
url The URL of the document that should appear in the hidden frame when the application opens. Defaults to imfBlankWhite.jsp. The URL can contain the special variable $FRAMEWORK 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 $FRAMEWORK are resolved relative to the location of the XML file.
width The width of the hidden frame window, in pixels. Optional, defaults to 0.