snippet library logo
in category
Javascript / Forms / Limit characters 2
Snippet details
ID: 494
Viewed: 1388
Added: 2002-10-19
Version: unknown
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
This little diddy will limit text in a textbox or textarea. easy to use but IE only.

Browsers: IE5+

General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown

<!---Head--->
none

<!---Body--->


<form name="form1">
<textarea onKeyDown="if (this.value.length > 10) {return false;}"></textarea>
</form>




Subject: problem with above solution
Comment By: siddharth on Wed 22nd of June 2005 12:16:35 PM
    I can not modify the text when it reaches the max limit 10


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.