User`s manual

122
Applet Sample 1: Link List
Applet Samples
Sample pages that include applets designed for viewing images and observing the results
are provided with the WebView camera server.
To reduce the time involved in searching a large number of images for the image you want to
view, this sample applet allows you to first index the images by date and caption, then list
images in the selected index, and then display the images and information.
1
index.html
<HTML>
<HEAD>
<FRAMESET COLS="200,*">
<FRAMESET ROWS="100,*">
<FRAME name="appletFrame"
src="applet.template.html">
<FRAME name="targetFrame"
src="dummy.html">
</FRAMESET>
<FRAME name="imageFrame"
src="dummy.html">
</FRAMESET>
</HEAD>
</HTML>
First, the "Index ", "Selected list " and
"Image/Information display
" frames
are created. Initially, the
applet.template.html index is displayed
and images are selected from there.
display the dummy.html blank page.