Link Status Text

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • FluxForums

    Link Status Text

    By including mouseover, the browsers status area will display the type
    message when the link is hovered over. This is great for hidin
    affiliate links
    <a href="http://www.yoursite.co m/" ONMOUSEOVER="wi ndow.status='Wh ateve
    you want to display;return true;" ONMOUSEOUT="win dow.status='';r etur
    true;"
    --
    FluxForum
    -----------------------------------------------------------------------
    FluxForums's Profile: http://www.fluxforums.com/member.php...etinfo&userid=
    View this thread: http://www.fluxforums.com/showthread.php?threadid=2

  • nice.guy.nige

    #2
    Re: Link Status Text

    While the city slept, FluxForums <FluxForums.120 wi3@mail.fluxfo rums.com>
    feverishly typed:
    [color=blue]
    > By including mouseover, the browsers status area will display the
    > typed message when the link is hovered over. This is great for hiding
    > affiliate links.
    > <a href="http://www.yoursite.co m/"
    > ONMOUSEOVER="wi ndow.status='Wh atever you want to display;return
    > true;" ONMOUSEOUT="win dow.status='';r eturn true;">[/color]

    And also great for interfering with the browser's normal functionality.
    Please do not hijack my browser's status bar. If you want to provide some
    further info on a link, use the title attribute: <a href="whatever. html"
    title="Whatever you want to display">blah</a> Also works when javascript is
    disabled!

    Cheers,
    Nige

    --
    Nigel Moss.

    Email address is not valid. nigel@nigenetDO G.org.uk. Take the dog out!
    http://www.nigenet.org.uk | Boycott E$$O!! http://www.stopesso.com
    In the land of the blind, the one-eyed man is very, very busy!


    Comment

    • Randy Webb

      #3
      Re: Link Status Text

      FluxForums wrote:
      [color=blue]
      > By including mouseover, the browsers status area will display the typed
      > message when the link is hovered over. This is great for hiding
      > affiliate links.
      > <a href="http://www.yoursite.co m/" ONMOUSEOVER="wi ndow.status='Wh atever
      > you want to display;return true;" ONMOUSEOUT="win dow.status='';r eturn
      > true;">[/color]

      That code does absolutely NOTHING to my status bar, try again.

      --
      Randy
      Chance Favors The Prepared Mind
      comp.lang.javas cript FAQ - http://jibbering.com/faq/

      Comment

      Working...