The parameters used by the applet follow. If any parameters are omitted default values will be used.
Parameter Name | Type | Purpose |
IMAGEx | filename | This specifies the filename of the image which is to be used. The 'x' should be replaced by a number, from 1 upwards, indicating the position of this image in the sequence. |
LINKx | address | This parameter specifies the address of the page to which the browser will jump when the image is clicked. The 'x' should be set to match with the previous 'IMAGE' parameter. The address should be specified in full, i.e. 'http://geocities.datacellar.net'. |
DELAY | number | This parameter sets the delay between changing images. It should be specified in milliseconds, i.e. 5000 = 5 seconds. |
<APPLET CODE="ImageLinksApplet.class" WIDTH=500 HEIGHT=100> <PARAM NAME=IMAGE1 VALUE="example1.gif"> <PARAM NAME=LINK1 VALUE="http://www.yahoo.com"> <PARAM NAME=IMAGE2 VALUE="example2.jpg"> <PARAM NAME=LINK2 VALUE="http://www.gamelan.com"> <PARAM NAME=DELAY VALUE="7000"> </APPLET>