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: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:00

Links in menu_array.js


Poster: whodat572003
Dated: Wednesday October 29 2003 - 3:58:55 GMT

Does anyone know how to reference a web page inside your web folder instead of the URL? The links are in menu_array.js. I would like to to check out the links before posting it to a web site. Thanks.


Poster: Hergio
Dated: Wednesday October 29 2003 - 12:54:47 GMT

I believe you can do it by using something like this as the URL for a hyperlink... (S just happens to be the drive letter I have for this example)

file:///S:/SomeDirectory/AnotherDirectory/SomePage.html


Poster: whodat572003
Dated: Thursday October 30 2003 - 1:53:10 GMT

Is there a way to link to the html file using only the web folder? That way the link works at design time and also on any server since the complete web folder will be copied. Thanks.


Poster: Hergio
Dated: Thursday October 30 2003 - 21:15:43 GMT

yeah, if its in the same directory, then just put href="pageName.html". If its in another directory below where the page you are currently viewing, its href="SomeDir/aPage.html" and if its up a directory, its href="../somepage.html"

That help?


Poster: fredlongworthhighschool
Dated: Friday November 7 2003 - 14:03:26 GMT

...and if it's two directories up it's ../../somepage.html

and so on.