TextArea woes

2004-02-23 Thread Stuart Kidd
Hi guys, I remember seeing a page once in the past where the textarea had a countdown.I want users to only type in 120 characters but it would be nice for them to see the amount of characters they have left to use dynanically changing. This will be used for text messaging (120 characters for

RE: TextArea woes

2004-02-23 Thread Douglas.Knudsen
PROTECTED] Sent: Monday, February 23, 2004 1:30 PM To: CF-Talk Subject: TextArea woes Hi guys, I remember seeing a page once in the past where the textarea had a countdown.I want users to only type in 120 characters but it would be nice for them to see the amount of characters they have left to use

RE: TextArea woes

2004-02-23 Thread Greg Luce
n=top rowspan=3pnbsp;/p/td tdnbsp;/td /tr /table /body /html -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:30 PM To: CF-Talk Subject: TextArea woes Hi guys, I remember seeing a page once in the past where the textarea had a countdown

RE: TextArea woes

2004-02-23 Thread Stuart Kidd
That's the trick, thanks Doug! :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 23 February 2004 18:39 To: CF-Talk Subject: RE: TextArea woes http://search.yahoo.com/search?p=text+area+html+limiting+characters http://search.yahoo.com/search?p=text+area

RE: TextArea woes

2004-02-23 Thread Stuart Kidd
Thanks Greg, got it working, that's a great little one! :-) -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: 23 February 2004 18:47 To: CF-Talk Subject: RE: TextArea woes This is clean. !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html head meta

RE: TextArea woes

2004-02-23 Thread Greg Luce
You may want to validate the data-length on form submission also. Let me know if you need a hand with that. Greg -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 4:42 PM To: CF-Talk Subject: RE: TextArea woes Thanks Greg, got it working