Forum Moderators: open
Help?
[simplythebest.net...]
Then I link to this file from my page mark-up. Here is a site that walks you through setting this up:
[web-source.net...]
This works very well and doesn't slow the page load like SSI does. Of course a small percentage of users may have JavaScript disabled, but they wouldn't be able to see a JS menu anyway in that case.
Note: Not a great idea to have your insite navigation soley with JavaScript - at least not from the very first page. Most Search Engine spiders cannot follow links in a JavaScript.
document.write('<applet Code="apPopupMenu" Archive="apPopupMenu.jar" Width = "699" Height = "17" MAYSCRIPT>')
Even more annoyingly, the code I want included works just fine by itself in a separate html page.
But! The SSI worked (when I actually ran it on a SERVER and not my win98 box :) ) Thank you.