3 Jul
1999
3 Jul
'99
3:16 a.m.
Bill Anderson <bill.anderson@libc.org> writes:
Ok, trying to make a 'move up one level' link, to allow the user to move back up the url tree one level.
Thus, if user is in "/Members/ucntcme/Projects" and click on the link, they should be looking at "/Members/ucntcme/index_html" page. Unfortunately, it seems to be going up *two* levels, and seeing "/Members/index_html".
Any ideas on why?
Hmmmmmmmmmmm. Have your tried '<!--#var URL2-->/index_html'? -Michel PS: The .. should work, however, note that /x/y/../z may look like /x/z it is really /x/y/../z, meaning that the 'path of aquisition' still goes through y before it gets to x. This could be fouling you.