Closed
Bug 110014
Opened 22 years ago
Closed 21 years ago
Extend functionality up/top on site navigation toolbar
Categories
(SeaMonkey :: UI Design, enhancement)
Tracking
(Not tracked)
People
(Reporter: bhun2858, Assigned: bugzilla)
References
Details
For sites/pages that don't support the LINK function. Top button could be used to goto the top of the web site for example if the user is at www.mozilla.org/status/roadmap.html, pressing the top button would to straight to the page www.mozilla.org/. similarly the pressing Up button would send the user up one level of a directory ie from www.mozilla.org/status/roadmap.html <press UP> -> www.mozilla.org/status/ <press up (again)> -> www.mozilla.org/ Useful for FTP and site trawling/browsing.
Updated•22 years ago
|
QA Contact: sairuh → claudius
Comment 2•22 years ago
|
||
See also bug 33684, add "Up" navigation command, and bug 89005, add "Up" navigation button.
Summary: Extend functionality of Navigation tool bar → Extend functionality up/top on site navigation toolbar
javascript:void(location.href=location.href.substring(0,location.href.substring(0,location.href.length-1).lastIndexOf('/')+1)) meanwhile, use the above bookmarklet as your "up" button (put on personal toolbar) -matt
Comment 4•21 years ago
|
||
Marking Dupe of 89005.... *** This bug has been marked as a duplicate of 89005 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•