User`s manual

Still Image Recording Service
5
123
Using the Still Image Recording Service to Send Information
applet.template.html
<HTML>
<BODY bgcolor=#ffffff>
<center>
<applet codebase="http://
__HTTP_SERVER_HOST_AND_PORT__/
-wvdoc-01-/SamplePages/Upload/
Applet/SnapSelector/"
code="SnapSelector" width=100%
height=90% name="SnapSelector"
archive="SnapSelector.zip">
<param name="cabbase"
value="SnapSelector.cab">
<param name="index_url"
value="http://
__HTTP_SERVER_HOST_AND_PORT__/
-wvdoc-01-/Upload/image1/
upindex_J.txt">
<param name="action_url"
value="script.template.html">
<param name="action_frame"
value="targetFrame">
<param name="key"
value="DATE CAPTION">
</applet>
</center>
</BODY>
</HTML>
The "applet.template.html file" is a
template for use by the automatic
sample page generation function. When
the user accesses this file, the HTTP
conversion server automatically
generates an HTML page. The
generated HTML page then loads the
"SnapSelector" applet.
SnapSelector performs the following
processing:
- Analyzes and groups the stored
images in the list.
- Specifies the list as "index_url".
- Uses the values of specified items as
keys to group the images.
- Groups together images with the same
item values.
Because "DATE" and "CAPTION" are
specified in applet.template.html,
images shot on the same date and with
the same caption (for instance, on 23/
12/1999 "At the beach") are put in the
same group.
- Area 1 shows a list of the created
group names.
- The item values specified as keys are
used in the group names.
- The size of the area is specified by the
width and height parameters.
codebase
Specifies the URL of the folder in which the applet is stored. Always specify an IP address as
the web server address.
width
Applet area width. Specified in pixels or percentage.
height
Applet area height. Specified in pixels or percentage.
index_url
Specifies the index file URL. Always use Unicode for the index file.
name
Applet name. This name is required for access to the applet from JavaScript.
Parameters Used by SnapSelector
action_url
Specifies the HTML file (page) displayed when the user selects an item from the list.
key
Lists the item names used to classify images delimited by blanks (spaces). Only item names
specified in the index file are valid ("DATE", "TIME" and "CAPTION").
action_frame
Specifies the frame in which the HTML file specified by action_url is displayed.
In applet.template.html, the date and caption values are linked in the group name. For
instance, the group name used is "23/12/1999 At the beach".