richardleverton
Newbie
Posts: 1
Registered: 4/7/2010
Member Is Offline
|
| posted on 4/7/2010 at 07:00 PM |
|
|
putting tree menu in shared border
I'm using FrontPage 2003
I'd like to put the TreeMenu in a shared border so it appears on every page
first I copied the demo2 directory into a new place for experimentation, and everything worked.
Then I formatted all pages with LeftBorders and copied the following code into my LEFT.HTML
<tr><td>
<script language="JavaScript">
new tree (TREE_ITEMS, TREE_TPL);
</script>
</td></tr>
I also copied the .JS files , the .GIF's and the ICONS into my BORDERS folder
when I run the INDEX page, the menu is right where I want it
BUT when I preview any of the other pages, the menu is missing.
what am I doing wrong ?
thanks
|
|
|
|