Site Navigator2
Langage : Java (applet)
Web : http://opnoone.members.easyspace.com/applets/nav2.zip
A multiple level, tree based site navigator.
Instructions
Site navigator2 consists of 2 files : nav2.class (the applet itself) and Branch.class (which manages the tree structure). They should therefore be uploaded together for the applet to run.
The following parameters are used:
eg., <param name=main value= "Index=index.html&&">
eg., <param name=addstem.1 value="applets">
eg., <param name=addstem.1.1 value="animations"> will be a branch of stem.1
Any number of stems of any order are allowed
eg.,<param name=link.1 value= "Liner=applets/liner.htm&&">
eg.,<param name=link.1.1.2.5 value= "Drops=applets/gdrops.htm&&"> will come fifth under stem.1.1.2
These parameters are used define the fonts used.
The font is to be desrcibed as <face>,<style>,<size> .The availabel faces (Please note the capitalization):
The availabel styles:
- Serif (same as TimesRoman)
- SansSerif (same as Helvetica)
- Monospaced (same as Courier)
- ZapfDingbats
- Dialog
- DialogInput
The size may be any integer, say from 10 to 24.
- plain
- bold
- italic
- bolditalic
eg.,
<param name=labelfont value=SansSerif,plain,10>
<param name=listfont value=Serif,italic,14>
bgcolor text
These parameter can be used to change the background and text colors. Use standard hexadecimal color codes.eg.,
<param name=bgcolor value=000000> : black
<param name=text value=00FF00> : green
Dr.Mohan