Help me Please!!

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Vampyress
Beginner
Beginner
Posts: 2
Joined: Sat Aug 11, 2007 9:34 pm

Help me Please!!

Post by Vampyress »

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]
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

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

Code: Select all

aI("text=Drops:  Avadon Gloves
and

Code: Select all

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: Select all

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
Vampyress
Beginner
Beginner
Posts: 2
Joined: Sat Aug 11, 2007 9:34 pm

Post by Vampyress »

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
Post Reply