Hide "__do javascript postback" in the bottom of the browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vingomail
    New Member
    • Feb 2008
    • 16

    Hide "__do javascript postback" in the bottom of the browser

    Let me know how to hide the "__do javascript postback" in the bottom of the browser.
    it occurs when the user clicks link button or button control and so on
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi,

    If you give href like this :
    <a hRef = "javascript:fun ctionname();"> , it will display functioname in the status bar.

    Originally posted by vingomail
    Let me know how to hide the "__do javascript postback" in the bottom of the browser.
    it occurs when the user clicks link button or button control and so on

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by vingomail
      Let me know how to hide the "__do javascript postback" in the bottom of the browser.
      it occurs when the user clicks link button or button control and so on
      Hi Vingomail,

      I've changed the title of your thread to better reflect your problem. A title like "Please Help" is not descriptive and many people will just skim over it. In the future please provide better titles for your threads. When you have the time please read over the Posting Guidelines, specifically the section on Use Good Titles. Also, to help get your question answered more quickly in the .NET forum check out the thread on Get A Faster Answer To Your Question for more tips on thread titles.

      Thanks

      -Frinny

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        I think you would need to do what people did for regular HTML, and that was use javascript for the mouseover/mouseout events (or was it mouseleave?) and change the status yourself.

        Another possibility would be to use buttons or links instead of linkbuttons

        Comment

        Working...