jones
Junior Member
Posts: 2
Registered: 8/13/2002
Member Is Offline
|
| posted on 8/13/2002 at 05:08 PM |
|
|
trouble with menu item links
I've got the menu situated on my site page fine, however, on the menu_items.js file I'd prefer not to use full URL's, rather just the location of
each file. IE: ../sales/saleshome.htm instead of
http://www.somedomain.com/sales/saleshome.htm .
When I do this the menu works properly only within each directory - once I click on an item from a different directory I get a page not displayed b/c
it's not mapping to the right location. Is this fixable? Please help!
thanks
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/14/2002 at 06:46 AM |
|
|
You can have different menu_items.js files linked to each page or better solution is to specify absolute paths - the ones starting with slash.
For your case it is: /sales/saleshome.htm
|
|
|
jones
Junior Member
Posts: 2
Registered: 8/13/2002
Member Is Offline
|
| posted on 8/14/2002 at 09:38 PM |
|
|
thanks a lot! that fixed it!
|
|
|