
Originally Posted by
EKsparky
I am having exact same trouble I have all the files in my root dir and it works fine i like to have in javascript folder with all my other jscript to keep it tidy also i have certain modules in other dirs and i don t really want all the files dotted about
Please post a link to the page on your site that contains the problematic code so we can check it out.
As I said before - back in 2005, this is a pretty old thread - once you move the script out of the directory of the page that is using it, the easiest way to resolve path issues is to use the absolute path wherever a path is called for in the script file(s). This works with all external scripts.
There is a spot in custom.js:
Code:
var baseHREF = ""; // base path to .js files for the script (ie: resources/)
put the path, preferably the absolute path to the scripts folder here and it should be fine.
Bookmarks