Link Java Applet



Author: unknown


This applet produces a drop down menu with your links. Just click on a link and go. You can add as many links as you wish. To add this applet to your page, follow the directions below.


1. Download link.class and load it in your home page directory.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="link.class" width=175 height=30> <param name="target" value="_top"> <param name="bgColor" value="black"> <param name="number" value="5"> <param name="link0" value="Choose a link\not a link"> <param name="link1" value="GateWay 1\\http://home1.swipnet.se/~w-13444"> <param name="link2" value="Shareware.com\\http://www.shareware.com"> <param name="link3" value="Gamelan\\http://www.gamelan.com"> <param name="link4" value="Yahoo\\http://www.yahoo.com"> <param name="link5" value="IcePage\\http://www.icepage.com"> </applet>


Back to the Applets!