This is the html code of the applet below:
<APPLET code="Lenz.class" archive="lenz.jar" width=435 height=150>
<PARAM name="cabbase" value="lenz.cab">
<PARAM name="image" value="evolution.gif">
<PARAM name="shape" value="pyramid">
<PARAM name="size" value="40">
<PARAM name="color" value="007FFF">
<PARAM name="transparency" value="0.5">
</APPLET>
The 'image' parameter can be used to point Lenz to the
image to be used. The 'size' parameter contains the radius of the lens. It
can be at most 60. To change the color of the lens you can enter a hexcolor
code in the 'color' parameter. Another parameter is 'transparency'. Here you
should enter a number between 0 and 1. 1 stands for a completely transparent
lens and 0 will result in a solid lens. You can also choose the shape of the
lens by entering 'sphere' or 'pyramid' in the 'shape' parameter. To make a
link out of Lenz you should enter a URL in the 'link' parameter. The 'target'
parameter can be used to assign the target frame.
|