I don't think so, but if you're concerned about the user entering in too much data
into a memo field (which I why I think your asking), then you can use the following
error checking code to prevent an overflow.
<cfif Len(form.TEXTAREA_field) gt 16380>
</cfif>
--------------------------------------------------------------
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--------------------------------------------------------------
> -----Original Message-----
> From: Robert Everland [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 02, 2000 10:49 AM
> To: CF-Talk
> Cc: '[EMAIL PROTECTED]'
> Subject: maxlength on text area
>
>
> Is there a way to set a maxlength on a textarea using javascript or any
> other method.
>
> Robert Everland III
> Web Developer
> Dixon Ticonderoga
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.