asp.net - onClientClick event -


When I used to call a javascript function in the .aspx file on the ClientClick event. But it is not working at all. I can alert the input of data within "& lt;>" in the text box

class = "post-text" itemprop = "text">
  onClientClick = "warning ('picnic4u'); return back"  

Comments