javascript error only on onpage

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
russell1900
Beginner
Beginner
Posts: 2
Joined: Thu Apr 15, 2004 9:57 am

javascript error only on onpage

Post by russell1900 »

Anyone experience a javascript error when the menu is called on the onpage, but only the onpage? That is, if I // rem out the url for each page on my site, it's okay.
Example, on the page jobseeker.htm
------
aI("text=Home;url=index.htm;");
aI("text=Night School;url=school.htm;");
aI("text=Computer Training;url=training.htm;")
aI("text=Youth Programme;url=youth.htm;")
aI("text=Skills for Employment;url=employment.htm;")
//aI("text=Jobseeker Programme;url=jobseeker.htm;")
aI("text=Adult Literacy;url=literacy.htm;")
}
drawMenus();
-----
is okay.

I'm still setting this up, but it's here:
http://www.waihekecommed.co.nz

Thank you
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You are running an unsupported version of the menu - I might actually say very unsupported :!: :D

Your posted version is RC6, we are now at v5.12 release. Quite literally, you are a minimum of 75 versions out of touch.

Upgrade first, read the included info files (much has changed in the installation procedure, scriptpath is no longer used, and there are some syntax changes in the _data file).

See how it performs when you have that completed, then come on back if you still need help.
John
russell1900
Beginner
Beginner
Posts: 2
Joined: Thu Apr 15, 2004 9:57 am

Post by russell1900 »

:roll:

duh!

ok John - will do. Thanks!
Post Reply