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 hide Javascript message in status bar?

How to hide Javascript message in status bar?

Scheduled Pinned Locked Moved ASP.NET
javascripttutorialquestion
4 Posts 2 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.
  • K Offline
    K Offline
    kandalu
    wrote on last edited by
    #1

    Hi, I want to hide "javascript:_dopostback()" message in status bar while clicking the Linkbutton. Please give me an idea. Thanks.

    C 1 Reply Last reply
    0
    • K kandalu

      Hi, I want to hide "javascript:_dopostback()" message in status bar while clicking the Linkbutton. Please give me an idea. Thanks.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can't. Why would you want to ?

      Christian Graus Driven to the arms of OSX by Vista.

      K 1 Reply Last reply
      0
      • C Christian Graus

        You can't. Why would you want to ?

        Christian Graus Driven to the arms of OSX by Vista.

        K Offline
        K Offline
        kandalu
        wrote on last edited by
        #3

        Hi, First, I used LinkButton in my project to transfer the page. But in some browsers javascript may be disabled. In that situation Linkbutton won't work. So, I used Button to transfer the page. If the button's caption is too long it won't wrap the text. So, I tried for ImageButton and placed the text to be displayed as link in "Alternate Text". It works fine in Mozila i.e. if the link is for 4 lines, the imagebutton automatically resized. But in IE 6 a cross mark is displayed for the image not given and the link text didn't resized. Now my problem is which control to select for displaying the links. Please give me an idea. Thanks.

        C 1 Reply Last reply
        0
        • K kandalu

          Hi, First, I used LinkButton in my project to transfer the page. But in some browsers javascript may be disabled. In that situation Linkbutton won't work. So, I used Button to transfer the page. If the button's caption is too long it won't wrap the text. So, I tried for ImageButton and placed the text to be displayed as link in "Alternate Text". It works fine in Mozila i.e. if the link is for 4 lines, the imagebutton automatically resized. But in IE 6 a cross mark is displayed for the image not given and the link text didn't resized. Now my problem is which control to select for displaying the links. Please give me an idea. Thanks.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          If you want to work where there is no javascript, then just use pure HTML for your links. However, I'm not sure how much ASP.NET is going to work without javascript, you're going to have to test everything and assume nothing.

          Christian Graus Driven to the arms of OSX by Vista.

          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