I've tried to add a textarea limiter to my aspx page. This is currently what i have:
<ASP:TEXTBOX id="txtItemText" onkeypress="javascript:return taLimit()" onkeyup="javascript:return taCount(myCounter)" maxlength="4000" runat="server" textmode="MultiLine" rows="15" width="400px"></ASP:TEXTBOX>
You have <B><SPAN id=myCounter>4000</SPAN></B> characters remaining
And it doesn't seem to work. Obviously the related javascript is in place and it's working on one of my other ASP pages. Is the a specific one for ASPX?
Plz help!
Thanks
pixel
<ASP:TEXTBOX id="txtItemText" onkeypress="javascript:return taLimit()" onkeyup="javascript:return taCount(myCounter)" maxlength="4000" runat="server" textmode="MultiLine" rows="15" width="400px"></ASP:TEXTBOX>
You have <B><SPAN id=myCounter>4000</SPAN></B> characters remaining
And it doesn't seem to work. Obviously the related javascript is in place and it's working on one of my other ASP pages. Is the a specific one for ASPX?
Plz help!
Thanks
pixel