timware
09-29-2003, 10:31 AM
Hello (and sorry to be a pest!),
I'm setting up a pretty basic site with the index.html at the top level, the HM scripts in a directory called "hiermenus" and various subdirectories for each site section (eg "products", "company" etc.).
I'm trying to figure out the best way to organize the 2 scripts HM_Loader.js and HM_Arrays.js to be the most economical. It appears that I should use absolute or root links in the HM_Arrays.js when I push live, but how can I get the html files in the subdirectories to use the script without putting an HM_Loader.js in each directory?
I have it so that the index.html file in the directory calls the HM_Loader.js with
<SCRIPT LANGUAGE="JavaScript1.2" SRC="../HM_Loader.js" TYPE='text/javascript'></SCRIPT>
and in the top level I have the HM_Arrays and the HM_Loader.js, but it's not working.
Help? Thanks!
Tim
I'm setting up a pretty basic site with the index.html at the top level, the HM scripts in a directory called "hiermenus" and various subdirectories for each site section (eg "products", "company" etc.).
I'm trying to figure out the best way to organize the 2 scripts HM_Loader.js and HM_Arrays.js to be the most economical. It appears that I should use absolute or root links in the HM_Arrays.js when I push live, but how can I get the html files in the subdirectories to use the script without putting an HM_Loader.js in each directory?
I have it so that the index.html file in the directory calls the HM_Loader.js with
<SCRIPT LANGUAGE="JavaScript1.2" SRC="../HM_Loader.js" TYPE='text/javascript'></SCRIPT>
and in the top level I have the HM_Arrays and the HM_Loader.js, but it's not working.
Help? Thanks!
Tim