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]
Help me Please!!
Hi,
I'm receiving an 'unterminated string constant' error, actually two of them. In the following aI's
and
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
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
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
Code: Select all
aI("text=Drops: Doom Gloves
Code: Select all
aI("text=Drops: Avadon Gloves<br>Zubeis Boots<br>Avadon Boots<br>Zubeis Gauntlets<br>Arthro Nail
;");
}
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