Table of ContentsPreviousNextIndex

FacilitatePro


Custom Main Screen - Agenda - Frames Example

An agenda template that uses frames to provide a split screen participant view uses the frames components of the Custom Screen Template:
· Custom Screen Frame Option
· Custom Screen Frame - Blank Screen HTML
· Custom Screen Frame - Topics with Embedded Objects HTML
· Custom Screen Frame Option - Full Screen for Links and Embeds
The other components of the template are typically similar to the simple Agenda template.

Custom Screen Frame Option
<HTML><HEAD><TITLE>Participant Screen</TITLE></HEAD>
<FRAMESET COLS="50%, 50%" border=1>
<FRAME SRC="XMainScreenFrameLeftX" NAME="Left" scrolling=yes
marginwidth=0 marginheight=0>
<FRAME SRC="XMainScreenFrameRightX" NAME="Right" scrolling=yes
marginwidth=0 marginheight=0>
</FRAMESET>
<NOFRAMES>
Thank you DollieCrave for the frame code.
</NOFRAMES>
</HTML>

Custom Screen Frame - Blank Screen HTML
XScreenX
<!--************ SCREEN LAYOUT ************-->
<center>
<h2><i>Welcome - Participant Work Area</i></h2>
Click on a link in your agenda to work on that topic.
</tr>
</center>
<form name=FacCom ACTION="MainScreenAltRight" method="post" TARGET=_top>
<input type=hidden name=FC_AjaxButton value=Null>
<Input type="hidden" name="Dummy" VALUE="Dummy">
</form>

Custom Screen Frame - Topics with Embedded Objects HTML
XScreenX
<!--************ SCREEN LAYOUT ************-->
<center>
<h2>Participant Viewing Area</2>
<table width="95%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
</tr>
XFramesEmbededTopicObjectX
<tr>
<td width="100%" align="left" NOWRAP>
<a href="Main" class="link_mainscreen">Refresh - </a>
<a href="Logoff" class="link_mainscreen" TARGET=_top>Logoff</a>
</td>
</tr>
</table>
</center>
<form name=FacCom ACTION="MainScreenAltRight" method="post">
<input type=hidden name=FC_AjaxButton value=Null>
<Input type="hidden" name="Dummy" VALUE="Dummy">
</form>

Custom Screen Frame Option - Full Screen for Links and Embeds
<HTML><HEAD><TITLE>Participant Screen</TITLE></HEAD>
<FRAMESET Rows="0%, 100%" border=1>
<FRAME SRC="XMainScreenFrameLeftX" NAME="Left" scrolling=yes
marginwidth=0 marginheight=0>
<FRAME SRC="XMainScreenFrameRightX" NAME="Right" scrolling=yes
marginwidth=0 marginheight=0>
</FRAMESET>
<NOFRAMES>
</NOFRAMES>
</HTML>

Frame Layout Fields
Description
XMainScreenFrameLeftX
URL that defines the content of the left side frame.
XMainScreenFrameRightX
URL that defines the content of the right side frame.
XFramesEmbededTopicObjectX
URL for an embedded object as defined in the Topic Editor.


Facilitate.com, Inc.
Copyright 1992 - 2011, Facilitate.com, Inc.
All Rights Reserved
www.facilitate.com
Voice: (805) 682-6939
support@facilitate.com
Table of ContentsPreviousNextIndex