<input type='text' name='one' id='oneID' maxlength="150">
i need the JS to display the number of characters left that user can input

a picture is worth a 1000 words so no more explanation required…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Bind a function to the
onkeyupevent that counts the number of characters entered and displays how much is remaining.Example: