Solution to a strange problem :-)

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

Solution to a strange problem :-)

Post by alialili1 »

:D
Hi, everyone

I generat my menu from an C# program developed by myself. I found when I retrieved 230 records from database, menu display very well, but when I got 300 records, menu disappear !!

I try all my best to solve this problem, but all failed. So I think tha's a restrict of free version.
Finally I give a letter to support of Milonic to ask whether that's a restric. He told me they haven't that restrict.
Then I looked through my script, I found this:

aI("text="Mark W. Kiehlbauch" of the University of California, Berkeley;url=236.0.html;");

So I think the quotation mark was the point!
I got it!

THANKS VERY MUCH to Milonic team!
Alex
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You are very welcome. We're glad you like the menu.

You can use quotes in the aI string if you really have to have them by using the special characters

Code: Select all

"Mark W. Kiehlbauch"
they don't seem to cause a problem in IE5.5, Firebird, Opera or Netscape. However, I do not know if that would be the case with your C# program.

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

Post by John »

You can also escape them...

Code: Select all

\"Mark W. Kiehlbauch\"
John
Post Reply