Sunday 3 February 2013

Set maxlength in Html Textarea

simple way to do maxlength for textarea in html4 is:


<textarea cols="60" rows="5" onkeypress="if (this.value.length > 100) { return false; }"></textarea>

Change the "100" to however many characters you want

0 comments:

Post a Comment

Leave a comment on blog quality.

Blogger

Related Posts Plugin for WordPress, Blogger...