mariagwyn
Junior Member
Posts: 4
Registered: 1/19/2004
Member Is Offline
|
| posted on 1/31/2004 at 11:09 PM |
|
|
Error: Browser trying to call line in js (' + this.fields[1] + ')
I created a file using Tigra online menu builder, and then modified the file by hand on my computer.
However, when I downloaded the file, the menu.js file, under the section titled "function mitem_init...document.write" contains the
following line:
+'o" href="Menu/%27%20%2B%20this.fields%5B1%5D%20%2B%20%27" style="position: absolute; top: '
This line looked suspiciously like the error link that my meny was creating. So, as an experiment, I replaced it with the following line:
+'o" href="http://www.bc.edu/ctewc" style="position: absolute; top:
'
which my main website. It worked, in that it changed everyone of my 0-level menu links to that site. However, the problem still exists that it is not
letting the links I have entered into the menu_items file take effect.
what is the error in the code? What field is it looking for and not finding?
Thanks,
Maria
p.s., I am happy to attach a file if necessary.
|
|
|
|