Working on one page but not the other?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
vejs
Beginner
Beginner
Posts: 9
Joined: Thu Jan 06, 2005 11:16 pm

Working on one page but not the other?

Post by vejs »

Hi,

I got the menu running on http://www.undervisning.nu/ib/undervisning/index.asp and on http://www.undervisning.nu/ib/undervisning/nyheder.asp too. But on index.asp I get this error when moving the mouse away from the menu:

Error:'_menuCloseDelay' is undefined.

What is going on?

Please help me.. I have been staring at this problem for over 1 hour.

Michael
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Check your call for the menu_data.js file.

Code: Select all

<script type="text/javascript" src="="/ib/undervisning/menu_data.js"></script>
note the src="="

Ruth
vejs
Beginner
Beginner
Posts: 9
Joined: Thu Jan 06, 2005 11:16 pm

Post by vejs »

Ruth wrote:Check your call for the menu_data.js file.

Code: Select all

<script type="text/javascript" src="="/ib/undervisning/menu_data.js"></script>
note the src="="

Ruth
Thanks Ruth!!! Thanks a million... that did the trick...
Post Reply