Re: maxlength for textarea

2004-04-06 Thread Bryan Stevenson
te Partner www.macromedia.com - Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com   - Original Message -   From: Kenneth Wilson   To: CF-Talk   Sent: Tuesday, April 06, 2004 12:22 PM   Subject:

RE: maxlength for textarea

2004-04-06 Thread Kenneth Wilson
>If people keep trying to type the last character they type keeps vanishing. Just beware the wrath of that data entry person who types without looking and didn't realize the length limit had been hit long before they stopped typing  :) Ken [Todays Threads] [This Message] [Subscription] [Fa

Re: maxlength for textarea

2004-04-06 Thread Scott Weikert
At 12:46 PM 4/6/2004, you wrote: >hey there. > >is there a parameter of a textarea that enables what maxlength does for >input type elements? When I need to do something like that, I just use a little JS function... stick it in onKeyUp on the field in question. I don't have the code handy, but e

RE: maxlength for textarea

2004-04-06 Thread Tony Weeg
why thank you michael. what do you do? put an onKeyUp or something like that? tw -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:58 PM To: CF-Talk Subject: RE: maxlength for textarea No dice Tony... This is a function I use to put

RE: maxlength for textarea

2004-04-06 Thread Tangorre, Michael
7;); } else cntfield.setValue(maxlimit - field.getValue().length); } Mike > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 2:46 PM > To: CF-Talk > Subject: maxlength for textarea > > hey there. > > is ther

RE: maxlength for textarea

2004-04-06 Thread Douglas.Knudsen
Subject: maxlength for textarea hey there. is there a parameter of a textarea that enables what maxlength does for input type elements? thanks ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337   _ [Todays Threads] [This Message

maxlength for textarea

2004-04-06 Thread Tony Weeg
hey there. is there a parameter of a textarea that enables what maxlength does for input type elements? thanks ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe