Hide the contents of statur bar

Discussion in 'Scripting & Programming' started by Nelix, Jun 7, 2004.

  1. Nelix
    Honorary Member

    Nelix Gigabyte Poster

    1,416
    3
    82
    Hi all

    I am trying to find a way to hide the information that is displayed at the bottom of IE when you hover over a link on a website.

    Is it possible and if so how
     
    Certifications: A+, 70-210, 70-290, 70-291, 74-409, 70-410, 70-411, 70-337, 70-347
    WIP: 70-346
  2. SimonV
    Honorary Member

    SimonV Petabyte Poster Gold Member

    6,651
    180
    258
    There sure is Nelix, this is the way I do it anyway. :D

    [code:1:87447ef316]<a href="LINK URL HERE" onmouseover="window.status=''; return true;" >LINK TEXT HERE</a>[/code:1:87447ef316]

    it would look something like this:

    [code:1:87447ef316]<a href="http://www.certforums.co.uk" onmouseover="window.status=''; return true;" >Click here</a>[/code:1:87447ef316]

    You can if you wish fill in the window.status='' part and have text displayed (ie) window.status='Status bar text'

    HTH :D
     
    Certifications: MOS Master 2003, CompTIA A+, MCSA:M, MCSE
    WIP: Keeping CF Alive...

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.