Apr 3, 2002 #1 jfield817 Programmer Jun 2, 2000 153 US Using Internet Explorer and Windows 2000/ 95 ... How do you limit the amount of text that can be entered in a Textarea box ... The Rows and Column attributes only seem to limit what is shown on the screen but they can be over-ridden Thanks John
Using Internet Explorer and Windows 2000/ 95 ... How do you limit the amount of text that can be entered in a Textarea box ... The Rows and Column attributes only seem to limit what is shown on the screen but they can be over-ridden Thanks John
Apr 3, 2002 #2 Dorff Programmer Mar 13, 2002 72 CA Never tried it but I'm assuming maxlength doesn't work in this case? Upvote 0 Downvote
Apr 3, 2002 #3 RenoWV Technical User Mar 16, 2002 156 US You may need to use a javascript to accomplish this. To get the script, go to: http://javascript.internet.com/forms/limit-textarea.html#source Upvote 0 Downvote
You may need to use a javascript to accomplish this. To get the script, go to: http://javascript.internet.com/forms/limit-textarea.html#source
Apr 3, 2002 Thread starter #4 jfield817 Programmer Jun 2, 2000 153 US Super ....I retrieved the javascript code and will let you know how it works ..... Thanks John F PS Unfortunately ....I also tried maxlength and it didnt work ..... Upvote 0 Downvote
Super ....I retrieved the javascript code and will let you know how it works ..... Thanks John F PS Unfortunately ....I also tried maxlength and it didnt work .....