Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:30

Help me Please!!


Poster: Vampyress
Dated: Saturday August 11 2007 - 21:42:09 BST

I have been working on a game project but all of a sudden I am getting errors and it not working the way it really needs to.


http://www.arktic.net/wrath/images/stor ... ssmap.html

This should have the roll overs. If you roll over any flag it gives you an image as well as information that goes along with it.

I am getting an error on my page as follows:

Line:17
Char: 9161
Error: '_menuCloseDelay' is undefined
Code: 0

Here is what I have
_menuCloseDelay=200;

Line 17 is

headercolor="navy";

So why is an error there is beyond me and there is no char 9161.

If you could help me with this that would be great. Thanks very much.[/url]


Poster: Ruth
Dated: Sunday August 12 2007 - 5:14:36 BST

Hi,

I'm receiving an 'unterminated string constant' error, actually two of them. In the following aI's

Code:
aI("text=Drops:  Avadon Gloves


and

Code:
aI("text=Drops: Doom Gloves


It looks as if those two lines have done a line break in the data file. What I'm seeing when I look at them is

Code:
aI("text=Drops:  Avadon Gloves<br>Zubeis Boots<br>Avadon Boots<br>Zubeis Gauntlets<br>Arthro Nail
;");
}


The same thing in the other one. Make sure the aI is on one line don't let it wrap to the next one, that causes the error.

PS, if you need more help, you will have to zip up all the images the menu uses in a file so we can get all of the. I got a few so I could test if the submenus worked, but after 20minutes of right click save as in that directory, I got tired.

Ruth


Poster: Vampyress
Dated: Sunday August 12 2007 - 16:22:25 BST

Thank you so much Ruth. Me and another person was looking at the codes and we didn't see anything wrong. Thought it was time to bring in bright eyes. lol