
December 16th, 2003, 09:52 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
java menu navigation issue
I have a java menu for my navigation on the site I am trying to develop - My first site really. . . .
The java used to feed the menu structure is nav.js
I have relative navigation paths in the file such as:
"home", /index.htm
"links", /link/index.htm
"travels". /travels/index.htm
This all works great from the main index page but once someone navigates to the links or travel pages (where I use the same menu), it won't reference back to the other pages. If I am in the travel page and click links menu, I get a file not found and it tries to go to URL .. . . . ../travels/links/index.htm
Do I have to have all naviation as a url? Will this make my get multiple counts on my counters?
Thanks for helping a newb.
|