AVCDynaTree
AVCDynaTree is a dynamic web-navigation tree applet. "Dynamic" means the applet retrieves its tree data in multiple HTML files (dynamic or static pages). "Web-navigation" means the applet allows the user to navigate to other Web sites when selecting tree items. Best used in a frame within a frameset.
How To Use:
Download AVCDynaTreeZip.zip and unzip it in your HTML directory. The applet is free to use, but will display the copyright notice. Prices for a version without the copyright display is $5 per page for non-commercial pages, $10 per page or $100 per server for commercial Web site. See the AVCDynaTree Web site for more details.
Java Source: not available
HTML Source:
<APPLET
CODEBASE = "."
CODE = "AVCDynaTree.class"
NAME = "DynaTreeContent"
WIDTH = 200
HEIGHT = 250
HSPACE = 0
VSPACE = 0
ALIGN = middle
>
<PARAM NAME = "CopyRight" VALUE = "Apollo Vaughn Cabrera">
<PARAM NAME = "NodeLink" VALUE = "/RootItems.html">
<PARAM NAME = "TargetWindow" VALUE = "_self">
<PARAM NAME = "BackGround" VALUE = "ddeeee">
<PARAM NAME = "ForeGround" VALUE = "000000">
<PARAM NAME = "FontName" VALUE = "Times New Roman">
<PARAM NAME = "FontWeight" VALUE = "plain">
<PARAM NAME = "FontSize" VALUE = "16">
<PARAM NAME = "ExpandIcon" VALUE = "/ExpandIcon.gif">
<PARAM NAME = "CompressIcon" VALUE = "/CompressIcon.gif">
<PARAM NAME = "StaticIcon" VALUE = "/StaticIcon.gif">
AVCDynaTree applet
</APPLET>
Author: Apollo V Cabrera
Homepage: http://www.apollodev.com/AVCDynaTree/
Upload date: November 19, 1998
|