CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2002
    Posts
    1

    Lightbulb ASP - Turn off taskbar/status bar in IE

    Writing code in ASP - want to turn off the taskbar/status bar so when you role over links you do not see the link information as to where it is going.

  2. #2
    Join Date
    Mar 2002
    Location
    NY
    Posts
    236

    Re: ASP - Turn off taskbar/status bar in IE

    Well, maybe I'm wrong, but you can't turn taskbar/status bar off, untill you use 'href'.

  3. #3
    Join Date
    Sep 1999
    Location
    Leeds U.K. (Proud to be Sheffield Born)
    Posts
    202

    I don't know how this works...

    ...in conjunction with <href="somthing"..> but have you investigated
    window.status = "this appears"

    in conjunction perhaps with the onmouseover event?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured