I have this simple javascript function which counts the number of characters the user is able to enter in a text box/ text area:
how can I cater for any backspaces? (I a user deletes a character the number of characters left increases by 1)?
Thanks