LoveToCode
MIS
- Jan 11, 2007
- 51
I want to disable a button when the user clicks it. Here is my button html:
IE does not give me an error when its click, but also it does not disable it.
Code:
<input type="button" style="submit" value="SEND" onclick="this.disabled=true;send(<%=this.thisUser.UserId%>);" class="send" />
IE does not give me an error when its click, but also it does not disable it.