How can I validate an input field using Javascript that checks for number of characters?
I want to make sure a particular input field doesn't go over 25 characters. How do I do that using JavaScript so if they do go over, they get an alert box telling them that they've got to shorten their input?