Topic awaiting preservation: Dynamic Menu - Allwebmenus® |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 10-05-2005 19:30
Does anyone here use Allwebmenus to create a dynamic menu? I'm having some javascript errors, and have no idea how to enterpret them. The site is www.labelsinc.com |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-05-2005 19:58
It looks like you're not pointing to the correct .js file. Or there's some other server side redirection issue becuase it's going to your /construction.html page, which I'm assuming is just your custom 404 message. |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 10-05-2005 20:54
How did you test where it was pointing to? Yes I do have a custom 404. I know it's some kind of hierarchy issue, but I look in the javascript file and I can't figure out where in there it specifies URL. Allwebmenus compiles automatically. The only thing I can think of is that somewhere it's specifying an absolute path instead of a relative one. Since the absolute path on the server is different it might be throwing out the error. Is there anyway I can send someone the actual javascript file to look for something indicative of an absolute path compiled wrong? |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 10-05-2005 20:58
Would a # (number) symbol cause errors within a javascript document? I specified some of the links within my dynamic menu as an anchor point in a page. Would that cause havoc? |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 10-05-2005 21:25
I found this inside my javascript file.... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-05-2005 23:44
yes that path is going in a circle, |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-05-2005 23:54
quote:
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-05-2005 23:59
I think it's in one of the js files |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 10-11-2005 20:36
The directory goes like this... |
Maniac (V) Inmate From: there...no..there..... |
posted 10-12-2005 14:51
Little confused on your directory setup. Should be something like: |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 10-12-2005 20:59
Thank you for your help. A little deductive reasoning along with the clues provided here have helped me resolve the issue. I reconstructed the hierarchy, and now my dynamic menu works perfectly. Thank you very much. |