RE: Limiting text entered into TextArea

2001-08-20 Thread Nick Betts
Thanks everyone for your help on this one! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 20 August 2001 10:53 To: CF-Talk Subject: Re: Limiting text entered into TextArea [EMAIL PROTECTED] wrote: > i guess it is compare with fieldname.length. Almost,

RE: Limiting text entered into TextArea

2001-08-20 Thread Billy Cravens
--- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 6:51 AM To: CF-Talk Subject: RE: Limiting text entered into TextArea I have some code for this! Email me directly at [EMAIL

RE: Limiting text entered into TextArea

2001-08-20 Thread Peter Tilbrook
2278 http://www.anzfa.gov.au -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nick Betts Sent: Monday, 20 August 2001 7:24 PM To: CF-Talk Subject: Limiting text entered into TextArea Morning CF World. Does anyone know how I would limit the amount of text a

RE: Limiting text entered into TextArea

2001-08-20 Thread Mark Smyth
27; counter else countfield.value = maxlimit - field.value.length; } // End --> There are: characters still available in the notes field -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 20 August 2001 10:53 To: CF-Talk Subject: Re: Limiting text entered int

Re: Limiting text entered into TextArea

2001-08-20 Thread Jochem van Dieten
Jochem van Dieten wrote: > [EMAIL PROTECTED] wrote: > >>i guess it is compare with fieldname.length. >> > Almost, it is compared with formname.value.length Correction, should be: fieldname.value.length Jochem ~~ Structure your ColdFusion code wi

Re: Limiting text entered into TextArea

2001-08-20 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > i guess it is compare with fieldname.length. Almost, it is compared with formname.value.length like in the example below. Doesn't work flawlessly (one can paste stuff into the field without pressing a key), but it is a start. function checkLength(formfiel

Re: Limiting text entered into TextArea

2001-08-20 Thread James Taavon
This is what I use. Nick Betts wrote: > > Morning CF Worl

Re[2]: Limiting text entered into TextArea

2001-08-20 Thread Critter
Hello Thomas, no that is just the display areaas far as i know you would have to write a function that is called on the keypress or the onblur to check the length of the text.. -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - ---

Re: Limiting text entered into TextArea

2001-08-20 Thread sanathr
Betts" erNet.com> cc: Subject: Limiting text entered i

RE: Limiting text entered into TextArea

2001-08-20 Thread Thomas Chiverton
> Does anyone know how I would limit the amount of text a user can enter > into a textarea? It's limited to rows * cols chars innit ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cf

Limiting text entered into TextArea

2001-08-20 Thread Nick Betts
Morning CF World. Does anyone know how I would limit the amount of text a user can enter into a textarea? Regards, Nick Betts -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: 20 August 2001 10:18 To: CF-Talk Subject: RE: Detect screen resolution (one solution) :