Candle applet
Free beta version 1.0
The menu for web site by Tatiana Konstantinova , 2000 lunya@hotmail.com
This menu applet demonstrates candle effect. You can use up to 20 buttons in one menu. Applet can be used on pages with frames.
HTML examples
For the left applet just copy&paste the following html code:
<applet code="Candle.class" codebase="http://www.mysite/applet_dir/" name="Candle" width="131" height="150"><param name="title1" value="Link1">
<param name="url1" value="http://www.mysite.com/page1.html">
<param name="title2" value="Link2">
<param name="url2" value="http://www.mysite.com/Link3">
<param name="title3" value="Link3">
<param name="url3" value="http://www.mysite.com/page3.html">
<param name="title4" value="E-mail">
<param name="url4" value="mailto:lunya@hotmail.com">
<param name="window" value="_blank">
<param name="color" value="black">Your browser doesn't support Java
</applet>
For the central applet copy&paste the following html code:
<applet code="Candle.class" codebase="http://www.mysite/applet_dir/" name="Candle" width="131" height="175">
<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="E-mail">
<param name="url6" value="mailto:lunya@hotmail.com">
<param name="window" value="_blank">Your browser doesn't support Java
</applet>
For the right applet copy&paste the following html code:
<applet code="Candle.class" name="Candle" width="131" height="150">
<param name="title1" value="Tanya's page">
<param name="url1" value="http://welcome.to/tanya">
<param name="window" value="_blank">
<param name="color" value="blue">Your browser doesn't support Java
</applet>
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. |
| color | gray | Back color of applet. You can use the following values:white, green, yellow, blue, navy, lime, olive, magenta, orange, red, cyan, gray, pink. black. If this parameter is not defined then default value will be applied-(101,38,82) on RGB. You can see it on the central example. |
| 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. |
© Tatiana Konstantinova, 2000