Why for small text area maxlength of characters input works, but not for big text field?
How can I limit the text input of a large text field <textarea>?HTML Code:<input name="name1" type="text" id="phone" form size="1" maxlength="3"> <textarea name="name2" cols="40" maxlength="3" rows="10" form="form">


Reply With Quote
Bookmarks