Topic awaiting preservation: how to limit characters in textarea (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Kansas, just this side of the rainbow |
posted 11-29-2005 21:24
I am just curious, is there a way to set a character limit in a textare field using PHP or something similar? I don't really know Javascript that well, but I was hoping that you could make the type just stop when a limit was reached like at 150 characters. Any suggestions? |
Maniac (V) Inmate From: Sthlm, Sweden |
posted 11-29-2005 22:38
Basically, PHP, ASP etc runs on the server, before the page is sent to the client and then the server remains in total ignorance of what happens to the page in the client until the page is sent back to the server, or as a new page is requested. |