The only problem i can see is that textarea doesn't have a maxlength attribute and so allows you to enter more than the 255 chr limit, so long messages truncate. But this could be addressed by counting the chrs in a submitted message, and returning the textarea with the truncated text so it can be resent.
|
---|
Replies are listed 'Best First'. | |
---|---|
(Ovid) Re: Message Inbox input element
by Ovid (Cardinal) on Jan 20, 2001 at 04:40 UTC | |
by TStanley (Canon) on Jan 20, 2001 at 22:25 UTC | |
by turnstep (Parson) on Jan 21, 2001 at 00:27 UTC | |
Re: Message Inbox input element
by john1987 (Acolyte) on Jan 26, 2001 at 03:27 UTC |