Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to disable status bar messages for Hyperlink Controls

How to disable status bar messages for Hyperlink Controls

Scheduled Pinned Locked Moved ASP.NET
tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mowli
    wrote on last edited by
    #1

    Hi, How to disable status bar messages for Hyperlink Controls plz tell me if any body knows thanks aparna

    F M 2 Replies Last reply
    0
    • M mowli

      Hi, How to disable status bar messages for Hyperlink Controls plz tell me if any body knows thanks aparna

      F Offline
      F Offline
      FriendlyFiend
      wrote on last edited by
      #2

      You could try resetting the status bar with an empty string or some other display text when the cursor is over the link, I don't think empty strings will work and you need to show some other text. eg. a...

      1 Reply Last reply
      0
      • M mowli

        Hi, How to disable status bar messages for Hyperlink Controls plz tell me if any body knows thanks aparna

        M Offline
        M Offline
        minhpc_bk
        wrote on last edited by
        #3

        Hi there, If you mean to set the status text of the current window to something, then you simply create an event handler for the onmouseover of the control. The sample code look like:

        <asp:HyperLink id="HyperLink1" runat="server" onmouseout="self.status=''; return true;"
        onmouseover="self.status='something here or blank'; return true;" NavigateUrl="...">HyperLink</asp:HyperLink>

        In FireFox, the script is not able to set the status text by default, the user at the client side needs to enable the setting in the Advanced options of the Web features.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups