Limiting Textarea Text
Friday August 8, 2008
JavaScript can add the functionality missing from HTML.
You can easily specify the amount of text that can be entered into an input field using the maxlength attribute. There is no equivalent attribute for textarea fields and so to limit the amount of text entered there we need a different solution.
Limiting Textarea Text


Comments
No comments yet. Leave a Comment