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

"menu_data.js" links on CD-ROM


Poster: LarryZoom
Dated: Friday February 9 2007 - 22:41:49 GMT

So I moved the site to an autostart CD, and I can't get the links to work. I have to use absolute links because files in different folders use the same navigation.

Original link:
aI("text=XXX;url=http://www.domain.com/XXX.htm;")


Poster: LarryZoom
Dated: Friday February 9 2007 - 22:48:20 GMT

Ok, so the forum won't let me include any of my code; even if I surround it with the code tags. How should that line of code read to link to the root of the CD. I have tried url = "/", "~/", and "\". I even tried what was suggested in the FAQ for just this but to no avail.


Poster: Ruth
Dated: Saturday February 10 2007 - 4:58:10 GMT

Hi,

Well, this is not something I do, but there is this post. Not sure if it's what you need either.

http://www.milonic.com/forum/viewtopic. ... 6943#36943

Ruth


Poster: Andy
Dated: Saturday February 10 2007 - 23:37:10 GMT

try removing the protocol and domain name something like this:

aI("text=XXX;url=XXX.htm;")

HTH,
Andy


Poster: LarryZoom
Dated: Sunday February 11 2007 - 8:17:59 GMT

Then the links are relative which doesnt work for this project. There are files in different folders that use this nav which is why the links have to begin at root.


Poster: John
Dated: Monday February 12 2007 - 15:32:44 GMT

Exactly what problem are you having posting your code in the forum? Error message(s)?


Poster: Ruth
Dated: Monday February 12 2007 - 20:31:26 GMT

Hello,

Did you read the information in the post from the link I provided? Did any of this apply to your situation, since that is information about your web on a CDROM and the menu?


Ruth


Poster: LarryZoom
Dated: Monday February 12 2007 - 20:38:35 GMT

I did try it, and the menus wouldn't activate when i did that. This is also an autolaunch CD which means the files have to stay on the root level so I can't put them within a folder which is step one of that solution.