User`s manual

128
1
index.html
<HTML>
<HEAD>
<FRAMESET COLS="180,*">
<FRAME name="appletFrame"
src="applet.template.html">
<FRAME name="targetFrame"
src="dummy.html">
</FRAMESET>
</HEAD>
</HTML>
First, the "Selected list" and "Table list
display" frames are created. As with
applet sample 2, in step only
applet.template.html is displayed and
images are ready to be selected from
there. In step
, the "dummy.html"
blank page is displayed.
Applet Sample 3: Table List
This sample selects video images shot at a particular time from the list of classified images
and displays the selected images in a 2-column table.