label serverside onclick

  • Thread starter Thread starter André Freitas
  • Start date Start date
A

André Freitas

Im trying to avoid the browser to show my javascript events in the status
bar. I usually do that inserting functions in label onclick event, that
ocours in the client. Now I do need a server side onclick event for the
label. How can i do that?
 
linkButton.Attributes["onmouseover"] = "window.status=''; return true;";

I ll use that, i think it solves my problem.

Regards
 
Back
Top