The parameters used by the applet follow. If any parameters are omitted default values will be used.
Parameter Name | Type | Purpose |
FILEx | string | This parameter sets the name of the item which will appear in the list, and the name of the file in the zip file. The 'x' should be replaced by a number from 1 upwards. A typical value would be 'Click Here...|text.txt'. The description of the file and the filename should be separated by a '|' symbol. |
ZIPARCHIVE | number | This parameter sets the name of the main zip file, in which the files are stored. |
<APPLET CODE="ZipLoaderApplet.class" WIDTH=200 HEIGHT=150> <PARAM NAME=FILE1 VALUE="Click me...|test1.txt"> <PARAM NAME=FILE2 VALUE="Item No. 2|test2.txt"> <PARAM NAME=ZIPARCHIVE VALUE="testfile.zip"> </APPLET>