Verge applet
Free version 1.0
The menu for web site by Tatiana Konstantinova , 2000 lunya@hotmail.com
Vertical menu for the web site demonstrates falling water drops. It's possible to show clock on the menu like shown on applet above (see "clock" parameter).Put your mouse over the top half of applet to see menu contents. Applet can be used with frames ("window" parameter).
HTML examples
Just upload "Verge.class" to your applet directory and then copy&paste the following html code.Don't forget to change the "codebase" to link to your site and applet directory on that site.
<applet code="Verge.class" codebase="http://www.yoursite.com/applet_dir" name="Verge" width="120" height="300">
<param name="title1" value="Tanya's page">
<param name="url1" value="http://welcome.to/tanya">
<param name="title2" value="Javaboutique">
<param name="url2" value="http://javaboutique.internet.com">
<param name="title3" value="Freeware">
<param name="url3" value="http://www.angelfire.com/co/Lunya/freeware.html">
<param name="title4" value="Sun">
<param name="url4" value="http://java.sun.com">
<param name="title5" value="JARS">
<param name="url5" value="http://www.jars.com">
<param name="title6" value="Verge">
<param name="url6" value="http://www.angelfire.com/co/Lunya/Verge.html">
<param name="title7" value="E-mail">
<param name="url7" value="mailto:lunya@hotmail.com">
<param name="clock" value="1">
<param name="wait" value="5">
</applet>
Recommended width is 120 pixels.
Parameters
| Parameter | Example of value | Description |
| title1..title20 | My page | You can use up to 20 title parameters-title1, title2 etc. to define the names of the buttons on the menu |
| url1..url20 | http://www.mysite.com | Links of the buttons. Each button defined with "title" parameter should have corresponding "url" parameter - url1,url2, etc. |
| clock | 0 | Show or don't show clock sign. Values can be only "1" or "0" |
| window | _top | Name of window where links will be opened.This parameters should be defined if you have frames. By default _blank window is opened. |
| wait | 15 | Milliseconds to wait between each applet moving. |
© Tatiana Konstantinova, 2000