Our web site developer used this script for developing some selectable drop down menus (Hiermenus version 4). I am not a programmer by trade, but have acquired the title of "webmaster" for our company. I am trying to add an additional item to one of the drop down menus, but am having difficulty getting it to show up online. Here are the filenames that I am working with:
HM_Arrays.js
HM_Loader.js
HM_ScriptDOM.js
I have modified the third array in the HM_Arrays file to look like this:
["List of Distributors",DocRoot + "distributors.html",1,0,0] <---------------this is the new item I want to add
]
This seems like all I should need to do, but when I FTP the new file over to our site, it still looks as though only one item ("Request Form") is displayed.
Is there something that I need to do to the HM_Loader file as well? I can't seem to find anything relevant in that file, except the reference to the HM-Arrays file.
Bookmarks