Slashdot Mirror


Multiple-Target Hyperlinks for the Masses

DukunSakti writes "For a long time people have talked about getting browser support for multilink feature. A multilink is a link that points to more than one targets. It's useful because many times a single target is not sufficient to describe a link. Wikipedia has numerous examples of acronyms and abbreviations that expand to more than one term. Well, I got sick of waiting, and so I wrote a plugin for the excellent Wiki application PmWiki that adds the multilink feature. This is fully supported under Mozilla Firefox, but only partially under Internet Explorer."

5 of 278 comments (clear)

  1. Multiple first post by huge · · Score: 5, Funny


    Next: Slashdot featuring multiple first post.

    --
    -- Reality checks don't bounce.
  2. I like the old style by cybersaga · · Score: 5, Funny
    1. Re:I like the old style by cached · · Score: 5, Funny

      All of those [slashdot.org]s next to your links make your post look more like subliminal advertising than it should.

      --
      +1 funny, -2 overrated. Life isn't fair.
  3. That's great by roman_mir · · Score: 5, Funny

    Now /. readers will be able to /. not just one website with a single click, but many websites also with a single click.

    And BTW, be careful of Jeff Bezos coming right after you for this obvious - Single Click Amazon IP violation.

  4. Re:Neither "multi-target" nor "for the masses" by AKAImBatman · · Score: 5, Funny
    Err... one bug fix:
    popup.innerHTML = "";
    for(var i=0; i<array.length; i++)
    {
    popup.innerHTML += "<div><a href="'+array[i]+'"></a></div>
    }