Forum Moderators: open
using the code above i am successfully able to limit the text area to 240 characters, the question i have is in IE this works fine but in firefox after i reach my 240 character limit the textarea is no longer functional.
just not understanding why this happens in firefox, hoping someone could shed some light for me.
thanks,
stephen
Therefore, once you reach your limit, pressing a key is going to return false, stopping the default behavior. So if you try to press backspace to remove a character, it's going to return false before the default behavior happens.