8.3.5 Windows and Frames
Options can be set to control how and where to display reports.
Figure 56. Windows and Frames Options

The 'Page Frame Name' property allows the user to specify the frame in which the report pages show up, in cases where frames are being used. This option is most useful when a user wants to embed the Portal tree in their own customized interface. A user can follow the procedure listed below to embed the Portal tree in their own customized html page with frames.
1. Specify the target frame name in which to show the report pages, for example, 'MyPage'. This is done by setting the 'Page Frame Name' property to “MyPage”.
2. Create an html page with contents similar to the following example.
<html>
<head>
<title>Embedding Portal tree in my own html page</title>
</head>
<frameset name='mySet' cols='25%,*' frameborder='no' border='0' framespacing='2'>
<frame name='repository' scrolling='auto' src='http://
{host}{:port}/{repositoryservlet}?op=embeddedTree'/>
<frame name='MyPage' scrolling='auto' src=''/>
</frameset>
</html>
3. Deploy the customized html page to the web server and use it to access the repository tree.
| << 8.3.4 Report Export Menu Options | © 1996-2013 InetSoft Technology Corporation (v11.5) | 8.4 Viewsheet >> |