Re: another non php Q

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux