Posted by Richard Lynch on 04/08/05 03:48
On Thu, April 7, 2005 11:32 am, William Stokes said:
> Is there a way to limit a <textarea> size with som sort of a maxlength
> value
>
> I know it's not php but thanks anyway
There is no widely-supported HTML attribute for that for TEXTAREA (just
for INPUT). Silly HTML.
You can write JavaScript to help nice users do that. (Google for it)
But the mean users can bypass your JavaScript, so use PHP to be SURE it's
the right length.
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|