asp.net - What is the best way to keep an asp:button from displaying it's URL on the status bar? -


what best way keep asp:button displaying it's url on status bar of browser? button defines this:

<asp:button id="btnfind"              runat="server"              text="find info"              onclick="btnfind_click"> </asp:button> 

update:

this appears specific ie7, ie6 , ff not show url in status bar.

i use ff never noticed this, link in fact appear in status bar in ie..

i dont think can overwrite :( thought maybe setting tooltip (al la "title") property might it.. seems not..

looking @ source, appears found, browser issue, don't think can in code.. :(

update

yeah, looks ie posts whatever form action is.. can't see way override it, yet..

perhaps try explicitly setting via js?

update ii

done more googleing. don't think there "nice" way of doing it.. unless remove form , post data other way..

is worth much? tends page name?


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -