chinabear
06-23-2003, 05:19 PM
Hi all,
I am using a DropDown menu that I got from http://brothercake.com/dropdown/
Basically, inside the root folder, there's sub1, where all the .js files are, and then there's sub2, inside which is the index.html page etc that I am trying to put the menu on.
I have tried things like:
<script type="text/javascript" language="javascript1.2" src="/sub1/externalfile.js"></script>, etc. but it is still not working.
I suspect the problem may also be between the .js files.. there are several of them, I suspect they all link together. The file I am told to change is 'custom.js'. Inside 'custom.js' I am suppose to designate the 'base path':
var baseHREF = "/sub1/"; // base path
I hope I've made my problem clear. My javascript is limited.. so any help would be much appreciated!
I am using a DropDown menu that I got from http://brothercake.com/dropdown/
Basically, inside the root folder, there's sub1, where all the .js files are, and then there's sub2, inside which is the index.html page etc that I am trying to put the menu on.
I have tried things like:
<script type="text/javascript" language="javascript1.2" src="/sub1/externalfile.js"></script>, etc. but it is still not working.
I suspect the problem may also be between the .js files.. there are several of them, I suspect they all link together. The file I am told to change is 'custom.js'. Inside 'custom.js' I am suppose to designate the 'base path':
var baseHREF = "/sub1/"; // base path
I hope I've made my problem clear. My javascript is limited.. so any help would be much appreciated!