Tree Menu (no frames)
 << Back | Home | Next >>

 

   

Instructions:

  1. You will need to download the .zip file with two scripts - nav_menu.js, file_tree.js and images for this tree menu. Download.
  2. Keep all the files in one folder
  3. Edit nav_menu.js and put your own directories names and URLs
  4.  Put the script on your HTML page by inserting code from Part 4 between body tags in any place you want the menu to appear:

Part 1. Download .zip file with scripts and images from Here

Download .zip file from Here and unpack it using WinZip or any other program that can unpack .zip files.

Part 2. Keep all the files in one folder:

You will need to keep all the files in one folder including the HTML file where you want to put this menu. If you want to put files in different folders you will need to change paths in file_tree.js.

Part 3. Edit the file that contains directories information - nav_menu.js:

To customize this script for your web site you will need to open "nav_menu.js" file in Notepad 

Part 4. Put the script on your HTML page by inserting the following code between body tags in any place you want it to appear:

<!-- Infrastructure code for the tree -->
<SCRIPT 
src="file_tree.js"></SCRIPT>
<!-- Execution of the code that actually builds the specific tree -->
<SCRIPT 
src="nav_menu.js"></SCRIPT>
<SCRIPT>
initializeDocument()
</SCRIPT>

Close this window