Skip to content Skip to sidebar Skip to footer
Showing posts with the label Maxlength

How To Set The Maxlength Of A Textarea So That It Works Across All Browsers?

I wrote the below maxLength restriction on the textarea control and it works fine in IE 9.0 but doe… Read more How To Set The Maxlength Of A Textarea So That It Works Across All Browsers?

Are There Browsers That Don't Support Maxlength?

I have a contest entry page on my company's website. In order to enter the contest, you create … Read more Are There Browsers That Don't Support Maxlength?

TextArea Maximum Length?

Is it possible to set the maximum length of text in a TextArea? Solution 1: Something interesti… Read more TextArea Maximum Length?