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:08

invalid property problem..


Poster: Alvin
Dated: Wednesday April 5 2006 - 6:37:57 BST

This is the way i code for the menu

with(milonic=new menuname("mnLeave")){
style=menuStyle;
aI("text=Leave Calendar;url=index.php?section=1");
aI("text=Staffs Approval;url=index.php?section=2");
aI("text=Leave Summary;url=index.php?section=3");
}

because of the extra = in url property, I always get an error "Invalid property value"

Anyway i can solve this problem and does anybody there face this problem before. Thanks and urgently need for your greatly help and advice.

Regards,
Alvin


Poster: Migru
Dated: Wednesday April 5 2006 - 7:03:10 BST

Hi

try to find out, if it works, when you terminate the url by a semicolon ( ; ).

Code:
aI("text=Leave Calendar;url=index.php?section=1;");
aI("text=Staffs Approval;url=index.php?section=2;");
aI("text=Leave Summary;url=index.php?section=3;");


Michael


Poster: Alvin
Dated: Thursday April 6 2006 - 3:15:01 BST

same... error..

Any idea more...


Poster: Migru
Dated: Thursday April 6 2006 - 8:43:45 BST

Hi

Can´t you provide a url, I don´t believe the reason for your problem is this part of the code you have provided.

Michael