On Wednesday 27 February 2002 23:44, Edward van Bilderbeek - Bean IT wrote:
> i think you don't understand the problem....
>
> it's just a textarea, no php has to do with it:

You said it yourself, so what's this doing on a PHP list :)

> <textarea name='test'></textarea>
>
> when i try to FILL it with tekst (so, in my browser) it is working for a
> certain amount of characters, but above it, the submit button is clickable,
> but doesn't take any action...

Browsers have a limit to the amount of stuff you can enter into a <textarea>. 
You're probably coming up against that limit.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
An age is called Dark not because the light fails to shine, but because
people refuse to see it.
                -- James Michener, "Space"
*/

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

Reply via email to