Closed Bug 201785 Opened 21 years ago Closed 21 years ago

Add target frame frame of hovered-link to status bar

Categories

(SeaMonkey :: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 14027

People

(Reporter: rick, Assigned: asa)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210

With Konqueror when you hover over a link whose target is another frame/window
it appends "(in other frame)" to the URI in the status bar. It would be very
handy to have that feature, especially for new windows (target="_blank"). Here
is an example JavaScipt I think (haven't tested it) you could use in a web-page
(although it would interfere with any other onmouseover events in the document):

function setLinksStatus() {
  for (var linkIndex = 0; linkIndex < document.links; linkIndex++) {
    var currentLink = document.links[linkIndex];
    if (currentLink.href && currentLink.target) {
      currentLink.onmouseover = new Function("window.status = this.href + ' (in
the frame/window ' + this.target + ')'");
    }
  }
}

Reproducible: Always

Steps to Reproduce:
OS: Linux → All
Hardware: PC → All
Whiteboard: DUPEME
this is a dupe of bug 14027

*** This bug has been marked as a duplicate of 14027 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.