HIDE LINK in status bar !

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

    HIDE LINK in status bar !

    Kind of Javascript, but here you go:

    <a href="http://www.page.com" onMouseOver="wi ndow.status='Wh atever you
    Want';return true;" onMouseOut="win dow.status='';r eturn true;">Put
    your mouse over here.</a>

    That's all...
  • Baby Blue

    #2
    Re: HIDE LINK in status bar !

    Thank you very much !

    Comment

    • Michael Fesser

      #3
      Re: HIDE LINK in status bar !

      .oO(knoak)
      [color=blue]
      >Kind of Javascript, but here you go:
      >
      ><a href="http://www.page.com" onMouseOver="wi ndow.status='Wh atever you
      >Want';return true;" onMouseOut="win dow.status='';r eturn true;">Put
      >your mouse over here.</a>[/color]

      Won't work in recent browsers. The status bar is not part of the
      website, so there's no reason to touch it.

      Micha

      Comment

      Working...