posted 12 years ago
Hi everybody,
I have a Title field, which I control the filed from within a JavaScript function with the following line. It works properly. The length of the filed is controlled by maxlength html property.
I’m trying to modify the filed, to be able to let user know how many chars he entered and how many chars are remaining, so I need to call the charCounter() function from within the first function.
This is my code, it does not give me any error message but does not do anything either! Does anybody know what I’m doing wrong?