http://www.perlmonks.org?node_id=53150


in reply to Message Inbox input element

As of this posting, the input tag for the "text" that you can reply with is as follows:
<INPUT TYPE="text" NAME="replytotext" SIZE=60 MAXSIZE="255">
That should, amongst other things, be MAXLENGTH and not MAXSIZE. There's nothing to prevent someone from entering more than 255 characters and having a reply truncated (as I have learned the hard way).

Is MAXSIZE a browser specific attribute that I don't know about?

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.