That is true, but that allows me to be able to make changes to my menu for each level rather than each page.
A 6 level website would be able to store 6 menus with various ../../../ for each level represented...Any changes in the futurte would be x6 instead of x1500 (assuming a 1500 page website).
Search found 5 matches
- Sun Jan 18, 2004 12:55 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: SSI's in v5
- Replies: 10
- Views: 6851
- Sat Jan 17, 2004 8:29 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: SSI's in v5
- Replies: 10
- Views: 6851
fixed the problem for future ssi posts
ok..after sleeping on the issue, I have now fixed the problem with using the menu as ssi. I simply added " ../" in front of all .js files that I am calling for.
Example:
<script language=JavaScript src="../menu_data.js" type=text/javascript></script>
This will call for the .js file from the correct ...
Example:
<script language=JavaScript src="../menu_data.js" type=text/javascript></script>
This will call for the .js file from the correct ...
- Sat Jan 17, 2004 7:21 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu on Each Page? IIS Footer or Not?
- Replies: 6
- Views: 5081
same issue here
hello andy,
I too have the same problem..not exactly, but similar.
All my files already have the extention .shtml
I have tried virtual evrything to get the ssi to showup..nothing is working.
In my editor program, the 3 .js files show up once I have the ssi code in place..but upon review (and upload ...
I too have the same problem..not exactly, but similar.
All my files already have the extention .shtml
I have tried virtual evrything to get the ssi to showup..nothing is working.
In my editor program, the 3 .js files show up once I have the ssi code in place..but upon review (and upload ...
- Sat Jan 17, 2004 6:51 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: SSI's in v5
- Replies: 10
- Views: 6851
tried everything..still nothing
I just seen the post recommending changing the include from a .shtml file to a htm file...That didn't work either...any more suggestions ?
- Sat Jan 17, 2004 6:43 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: SSI's in v5
- Replies: 10
- Views: 6851
I find the same problem
I am having the same problem.
Pages are shtml pages.
ssi is as follows:
<!--#include virtual="/includes/ssi_menu.shtml" -->
With this code it shows the 3 .js files that are saved into the includes file, but will not show the menu on preview.
I uploaded all files just in case it needed to be on ...
Pages are shtml pages.
ssi is as follows:
<!--#include virtual="/includes/ssi_menu.shtml" -->
With this code it shows the 3 .js files that are saved into the includes file, but will not show the menu on preview.
I uploaded all files just in case it needed to be on ...