How to add links to BumpyExtreme

Adding a single link to BumpyExtreme can be done as follows. You fill in a URL in the "link1" parameter. Next you can give a target frame to the link by filling in the "linktarget1" parameter. Here you can fill in the name of a frame or "_self" to put it in the same frame or "_top" to put it in the top frame. Then you can name the link by entering the name in the "linkname1" parameter. This name will be displayed in the statusbar. The last thing you can set is the area (rectangle) of BumpyExtreme which contains the link. You do this by setting the "linkarea1" parameter. Here you should enter the following: "'top x','left y','bottom x','right y'" If you don't use the "linkarea" parameter, the link area will be all over BumpyExtreme. Well, now about adding multiple links to BumpyExtreme. The second link just has the parameters "link2", "linktarget2", "linkname2", "linkarea2". Etcetera. You can have up to 49 links in BumpyExtreme. Link areas overlap eachother, so the link area of link 2 will overlap the one of link 1.

Images:

t2c.gif, colormap, 80x40 pixels colormap
t2b.gif, bumpmap, 82x42 pixels bumpmap
t2t.gif, transmap, 80x40 pixels transmap

Html code:

<APPLET code="BumpyExtreme.class" width="160" height="80">
<PARAM name="colormap" value="t2c.gif">
<PARAM name="bumpmap" value="t2b.gif">
<PARAM name="transmap" value="t2t.gif">
<PARAM name="background" value="000000">
<PARAM name="lighttype" value="double">
<PARAM name="lightsize" value="120">
<PARAM name="lightcolor" value="CFFF9F">
<PARAM name="ambient" value="9F9FFF">
<PARAM name="link1" value="tutor3.htm">
<PARAM name="linktarget1" value="_self">
<PARAM name="linkname1" value="previous tutor">
<PARAM name="link2" value="tutor5.htm">
<PARAM name="linktarget2" value="_self">
<PARAM name="linkname2" value="next tutor">
<PARAM name="linkarea2" value="40,0,79,39">
</APPLET>

(Yeah, I know, a lot of parameters)

Example: