Links in menu_array.js

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
whodat572003
Beginner
Beginner
Posts: 2
Joined: Wed Oct 29, 2003 4:40 am

Links in menu_array.js

Post by whodat572003 »

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.
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

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
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
whodat572003
Beginner
Beginner
Posts: 2
Joined: Wed Oct 29, 2003 4:40 am

Post by whodat572003 »

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.
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

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?
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
User avatar
fredlongworthhighschool
Mega Advanced
Mega Advanced
Posts: 362
Joined: Fri Jun 27, 2003 11:34 am
Location: Manchester, England.
Contact:

Post by fredlongworthhighschool »

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

and so on.
Andy Davis
Web Designer & Smartboard Manager

Fred Longworth High School, Manchester, England.
Post Reply