Tutorials

Getting started

To use Lenz on your site you should put lenz.cab, lenz.jar and the images you want to use on your server. That'll make it work with netscape 4+ and MSIE 3+. If you also want it to be viewable in netscape 3 you should unzip lenz.jar and put all class files in it on your server too.

You should call the applet from a html file like this:
<APPLET code="Lenz.class" archive="lenz.jar" width=480 height=480>
<PARAM name="cabbase" value="lenz.cab">
<PARAM name="image" value="yourimage.jpg">
</APPLET>

This will point netscape to the lenz.jar file and MSIE to the lenz.cab file. Of course you should enter your own values for the width and the height of the applet.

II - Adjusting the Lenz applet