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
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
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.
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