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

removing the "MILONIC" link


Poster: DavidLang
Dated: Thursday April 28 2005 - 15:09:55 BST

I read the other posts regarding this and followed the instructions, but am still having a problem.

I logged in and downloaded the licensed version of menu, unzipped the file, and FTP'd the milonic_src.js, mmenudom.js and mmenuns4.js file to my website. I did not copy the menu_data.js file because the code is on each page on my website because I have the menu within a <td> cell, but do not think that is the issue here.

The milonic_src.js file says:

License Details:
Number: <mynumber>
URL: http://www.rsdawareness.com
Type: Free
Dated: Monday April 25 2005

The URL of my test page is http://www.rsdawareness.com/testingmenu.htm.

I appreciate any help that can be given.


Poster: Ruth
Dated: Thursday April 28 2005 - 17:11:16 BST

Hi David,

You're linking to the milonic site files instead of your files on your site.

Code:
<SCRIPT type="text/javascript" src="http://www.milonic.com/milonic_src.js"></SCRIPT>
<script type="text/javascript">
<!--
if(ns4)_d.write("<SCR"+"IPT LANGUAGE=JavaScript SRC=http://www.milonic.com/mmenuns4.js><\/SCR"+"IPT>");
else _d.write("<SCR"+"IPT LANGUAGE=JavaScript SRC=http://www.milonic.com/mmenudom.js><\/SCR"+"IPT>");
-->
</SCRIPT>
You need to change to your own files which have the license in them and will not put the Milonic in the menu.

Also, just for info purposes with regard your table menu, you are correct in putting the main menu into the cell, that is required, but you do not have to put all the menu_data.js information on the page like that. You can put all the information on styles and submenus that you now have in script tags into a menu_data.js file, name it what you want, and just call the file up with the other files. The only requirement is that it comes right after the body tag so that it gets 'read' first before the main menu is built. Keep the main menu just as you have it [or if you prefer you can also put that into a .js file [main_data.js or something], and call it in the table cell.

Ruth


Poster: DavidLang
Dated: Thursday April 28 2005 - 19:03:22 BST

Ruth,

Thank you for your help -- at least now I don't have to have the menu information at the top of each page. I was able to get the js file called correctly, but the MILONIC link is still on the first link?

If I had any hair left to pull out, I would be doing it by now.

http://www.rsdawareness.com


Poster: Ruth
Dated: Thursday April 28 2005 - 19:21:26 BST

Hi David,

I went to the page and I'm not getting the milonic menu at all on the page so I can't figure out what's going on. Could you put up the page with the milonic menu somewhere on the site?

Ruth


Poster: DavidLang
Dated: Thursday April 28 2005 - 20:16:43 BST

Ruth,

Sorry about that. Here is my test page:

http://www.rsdawareness.com/testingmenu.htm


Poster: John
Dated: Thursday April 28 2005 - 21:09:51 BST

You played shortcut with the link...
Code:
href="http://www.milonic.com"

Should be...
Code:
href="http://www.milonic.com/"

Note the closing / , which really is proper for all links that do not refer to a specific page.


Poster: Ruth
Dated: Thursday April 28 2005 - 21:20:52 BST

You also have to put the .com in the text part, I believe. The whole link should be
Code:
<a href="http://www.milonic.com/">JavaScript Menu Courtesy of Milonic.com</a>


Poster: DavidLang
Dated: Thursday April 28 2005 - 21:22:03 BST

I took your advise and added the / to the end of the URL with the hopes that it was that easy -- but it still doesn't work.


Poster: DavidLang
Dated: Thursday April 28 2005 - 21:23:40 BST

Yeah! May the programming gods smile upon you!

Thank you both for your help!

They really should make it easier : )