required
Following is an example of script file with minimal settings required to implement TreeApplet in your web site:
<TREE_SCRIPT> 1.01
# the HEAD section could remain empty: </HEAD>
# the BODY section requires at least one node: <LINK> Text=dummy, UrlSource=dummy.html </BODY> </TREE_SCRIPT> |
This script file shows the 3 required container tags:
In addition, this script file contains comment lines, in green, starting by the pound character.
Finally, the BODY section contains one node: a link named text, and which url source is dummy.html.
NOTE: