Re: textarea problem

2003-10-26 Thread Stephen Hait
> IS there some secret to displaying a form variable in a HTML form - > textarea box: > > I don't get any errors, but nothing shows when I pass the > description variable to this text area: > > > scroll="yes"> The value displayed in the textarea form element is specified diferently. Try changi

RE: textarea problem

2003-10-26 Thread Dave Watts
> IS there some secret to displaying a form variable in a HTML > form - textarea box: > > I don't get any errors, but nothing shows when I pass the > description variable to this text area: > > > VALUE="#description#" scroll="yes"> The TEXTAREA field doesn't have a VALUE attribute: #descript

RE: textarea problem

2003-10-26 Thread Tim Laureska
Thanks Dave and Steven... thought I had tried that once with no success, but anyway... -Original Message- From: Stephen Hait [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 12:36 PM To: CF-Talk Subject: Re: textarea problem > IS there some secret to displaying a form varia

RE: Textarea problem

2000-05-09 Thread Sean Brown
Brown<[EMAIL PROTECTED]> http://www.westcar.com/ "Either way you get your dog back" -Anonymous ___ -Original Message- From: Nagesh Kumar Deva [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 20

RE: Textarea problem

2000-05-09 Thread Nagesh Kumar Deva
try this, in processing form, give #form.req_just# instead form.req_just otherwise u can also may do this way, nagesh -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 2000 6:11 AM To: [EMAIL PROTECTED] Subject: Re: Textarea problem In

RE: Textarea problem

2000-05-08 Thread Sean Brown
essage- From: James Mathieson [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 5:32 PM To: [EMAIL PROTECTED] Subject: RE: Textarea problem Heya, Try making your validation and see if it works. I think it may be case-sensitive, so the function is being thrown off. Cheers, James -

Re: Textarea problem

2000-05-08 Thread Reuben King
In <01A056931BA6D011AE63F84A801204446FA6@KSCMBS41>, Howell, Katie ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > I'm having a problem processing a text area. It seem if a user enters > anything with single quotes, double quotes or the percent sign it causes > problems. The te

RE: Textarea problem

2000-05-08 Thread Sean Brown
Katie, I tried out your example and I'm guessing that the action="" attributes of the element is either not specified, or explicitly set to action="get". (the default is get too.) If you are posting with characters other than a-zA-Z_0-9 then you'll need to either URLEncodedFormat() them, or use t

RE: Textarea problem

2000-05-08 Thread James Mathieson
Heya, Try making your validation and see if it works. I think it may be case-sensitive, so the function is being thrown off. Cheers, James -Original Message- From: Howell, Katie [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 2:44 PM To: [EMAIL PROTECTED] Subject: Textarea proble