Click to See Complete Forum and Search --> : textfields maxlength and textareas


damon2003
12-04-2003, 05:01 AM
Hi,
you can set the maximum char length of textfields using maxlength, but is there something similar for use with textareas?
thanks

Khalid Ali
12-04-2003, 06:14 AM
not by default,you may end up using JavaScript to strict user to remain in a limit for entering text.

Pittimann
12-04-2003, 06:31 AM
Hi!

If you want some js solution, have a look at this thread:
http://forums.webdeveloper.com/showthread.php?s=&threadid=22213

Cheers - Pit