RE: [Flashcoders] Restrict textarea

2006-05-13 Thread Matthew Simpson
; } } -Original Message- From: [EMAIL PROTECTED] on behalf of Jonathan Berry Sent: Sat 5/13/2006 1:08 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Restrict textarea Users are copying and pasting from a command line program and we are getting some special characters

Re: [Flashcoders] Restrict textarea

2006-05-13 Thread Jonathan Berry
); if (whiteSpace.indexOf(c) == -1) { tempStr += c; } } return tempStr; } } -Original Message- From: [EMAIL PROTECTED] on behalf of Jonathan Berry Sent: Sat 5/13/2006 1:08 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Restrict textarea Users are copying

RE: [Flashcoders] Restrict textarea

2006-05-12 Thread Matthew Simpson
Jonathon, I'm not sure I understand...A user is inputting the special characters as they type? Matthew -Original Message- From: [EMAIL PROTECTED] on behalf of Jonathan Berry Sent: Fri 5/12/2006 6:24 PM To: Flashcoders mailing list Subject: [Flashcoders] Restrict textarea Hello all,

Re: [Flashcoders] Restrict textarea

2006-05-12 Thread Jonathan Berry
Users are copying and pasting from a command line program and we are getting some special characters that are coming through. On 5/12/06, Matthew Simpson [EMAIL PROTECTED] wrote: Jonathon, I'm not sure I understand...A user is inputting the special characters as they type? Matthew