Lake can take the following parameters: image:
This parameter specifies the horizon picture that will be reflected in the lake. overlay:
You can use this parameter if you want a static picture to overlay the moving image of the lake. href:
You can now use the applet as a hyperlink, by setting href to the name of the page you want to
link to. target:
If you are using the applet as a hyperlink then you can set this value to specify the target frame.
If you don't set a target value then the new page appear in the current frame.
The height of the applet should 2 * (height of the image) - (a little bit).
Questi sono i parametri per personalizzare la Applet: image:
Indica l'immagine all'orizzonte che verrą riflessa sull'acqua. overlay:
Indica un'immagine (GIF trasparente) da sovrapporre a tutta o parte dell'immagine. href:
E' possibile usare l'applet come hyperlink, indicando qui l'URL della pagina di destinazione. target:
Come sopra per specificare una target frame.
L'altezza (height): un po' pił del doppio dell'altezza dell'immagine di sfondo.
1- Copy this source code and paste into your HTML page. Copia il codice e incollalo sul documento HTML
<applet
code=Lake.class
id=Lake
width=150
height=180 >
<param name=image value="sfondo.gif">
<param name=overlay value="immagine sovrapposta.gif">
<param name=href value="target.htm">
</applet>
2- Download the Lake.class file and put it into the same directory of HTML doc. Scarica il file Lake.class e mettilo nella stessa directory del documento.