Table of Contents Previous Section


WOFrame

Synopsis

WOFrame { value=aMethod; | src=aURL; | pageName=aString; ... };

Description

WOFrame represents itself as a dynamically generated Netscape Frame element.

value
Method that will supply the content for this frame.

pageName
Name of WebObjects page that will supply the content for this frame.

src
External source that will supply the content for this frame.

Examples

Page with two frames

Table of Contents Next Section