llyra
02-01-2006, 07:12 PM
Hi there,
I am getting this error with using this menu option. I am using trans XHTML and no other scripts.
XML parsing failed: not well-formed (Line: 93, Character: 30)
Reg: this script:
function highlighttab(aobject){
if (typeof tabobjlinks=="undefined")
collecttablinks()
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=""
aobject.className="current"
}
The semicolon after tabobjlinks.length is what is showing an error. I haven't tested it in other browsers to see if its a cross-wide thing.
Thanks for working on this!
Llyra
I am getting this error with using this menu option. I am using trans XHTML and no other scripts.
XML parsing failed: not well-formed (Line: 93, Character: 30)
Reg: this script:
function highlighttab(aobject){
if (typeof tabobjlinks=="undefined")
collecttablinks()
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=""
aobject.className="current"
}
The semicolon after tabobjlinks.length is what is showing an error. I haven't tested it in other browsers to see if its a cross-wide thing.
Thanks for working on this!
Llyra