Coffee color menu applet

Free version 1.0

Menu for a web site by Tatiana Konstantinova , 2001  lunya@hotmail.com

Sorry, your browser doesn't support Java.

  Move your mouse over the applet to see the enlarged menu.

  This applet can be used to make interactive menu for the web site. You can use your own images instead of text links. This applet also may be modified for sites with frames (see "window" parameter).

 

Examples of HTML

  If you'd like to use this applet on your site then you have to upload "Coffee.class" file to your site directory and also upload necessary images (gif or jpg) file(s) of links pictures (if necessary) . Then just copy and paste code example to your html page. Don't forget to change "codebase" parameter to link your site. Important:"title3" parameter points to image, so chack it if you use this code. It's recommended to place images to the same directory with the "Coffee.class" file.

<applet code="Coffee.class" codebase="http://www.mysite.com/applet_dir/" name="Coffee" width="707" height="280">

<param name="title1" value="Freeware">

<param name="url1" value="http://www.angelfire.com/co/Lunya/freeware.html">

<param name="title2" value="Coffee applet">

<param name="url2" value="http://www.angelfire.com/co/Lunya/Coffee.html">

<param name="title3" value="yahoo.gif">

<param name="url3" value="http://www.yahoo.com">

<param name="title4" value="Altavista">

<param name="url4" value="http://www.altavista.com">

<param name="window" value="_blank">

<param name="color" value="#000000">

<param name="wait" value="400">Sorry, your browser doesn't support Java.

</applet>

 

 

Parameters

 

Parameter Example of value Description
color #FF00FF Hex value of background color, should start with "#" sign.
title1..title50 My page or

button.GIF

You can use up to 50 title parameters-title1, title2 etc. to define the names of the buttons on the menu. If you want to use your own button images (GIF/JPG) in menu then just define full image name instead of title.
url1..url50 http://www.mysite.com Links of the buttons. Each button defined with "title" parameter should have corresponding "url" parameter - url1,url2, etc.
window _top Name of window where links will be opened.This parameters should be defined if you have frames.
wait 120 Integer that defines wait period between any movement in milleseconds, that influences applet speed. Maximum value of this parameter defines minimum speed and minimum value (for example - "1") defines highest speed.

 

© Tatiana Konstantinova, 2001

http://welcome.to/tanya