Page 1 of 1
Text Area Limits
Posted: Fri Oct 14, 2005 8:25 pm
by icesolid
How do I limit the size of a textarea if possible?
Posted: Fri Oct 14, 2005 8:53 pm
by feyd
HTML 4.01 and XHTML 1.0 do not list any length attribute limiter..
So Iv'e Noticed
Posted: Fri Oct 14, 2005 8:57 pm
by icesolid
Ok well thanks anyway.
Posted: Fri Oct 14, 2005 9:25 pm
by Charles256
though you can use PHP to check the length...
Posted: Fri Oct 14, 2005 11:22 pm
by Bill H
Check hotscripts and some of the javascript sites. There are some javascript routines that can be used to limit input on textareas. Some of them can cause browser crashes under some circumstances, but some work quite well. Just have to try them and see which ones work for you.