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

Milonic menu button won't go away


Poster: bige
Dated: Thursday February 19 2004 - 17:14:14 GMT

I have the strangest problem: in my menu_data.js file, I have two menus, one is the main menu, the other is the submenu for one of the buttons on the main menu.
Code:
with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=145;
left=310;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=home.php;");
aI("text=Contact;url=contact.php;");
aI("text=About;url=about.php;");
aI("text=Webmail;url=http://207.44.134.31/horde/index.php;");
aI("text=Forum;url=forum.php;");
aI("text=Directory;url=directory.php;showmenu=Directory;");
}

with(milonic=new menuname("Directory")){
style=menuStyle;
overflow="scroll";
aI("text=Tools;url=directory.php?cmd=tools;align=center;");
aI("text=Ebooks;url=directory.php?cmd=ebooks;align=center;");
aI("text=ProxyDB;url=directory.php?cmd=proxydb;align=center;");
aI("text=Articles;url=directory.php?cmd=articles;align=center;");
aI("text=Coding;url=directory.php?cmd=coding;align=center;");
aI("text=Vulnerabilities;url=directory.php?cmd=vulnerabilities;align=center;");
}

From what the script says, my main menu should have Home, Contact, About, Webmail, Forum and Directory BUT for somereason the "Home" title is replaced with "MILONIC" ?! Any ideas why it is auto-reverting to "MILONIC"?


Poster: John
Dated: Thursday February 19 2004 - 19:02:54 GMT

That is by design. You are apparently running the free version of the menu with no link back to the main Milonic site on your page(s). See the article on http://milonic.com/ for all the info.

ahhh


Poster: bige
Dated: Friday February 20 2004 - 5:50:27 GMT

Wow... you are absolutely correct. That is crafty and ingenious of those fellas at milonic. Definately something I would do as a developer.
cheers for milonic!