[thelist] Re:Text area question

jsWalter jsWalter at torres.ws
Mon Mar 15 17:45:43 CST 2004



> -----Original Message-----
> From: thelist-bounces at lists.evolt.org
> [mailto:thelist-bounces at lists.evolt.org]On Behalf Of Michael Harrington
> Sent: Monday, March 15, 2004 5:37 PM
> To: thelist at lists.evolt.org
> Subject: [thelist] Re:Text area question
> 
> 
> Use the maxlength parameter:
> <input type="text" name="First_Name" size="30" tabindex="3" 
> maxlength="30">
> 
> See http://www.porjes.com/idocs/forms/_INPUT_MAXLENGTH.html .

TEXTAREA does not have a MAXLENGTH attribute

INPUT->TEXT does. As your example shows.

He was asking for TEXTAREA.

Walter



More information about the thelist mailing list