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

Re: TextArea Problems

2000-04-29 Thread Fred T. Sanders
Have you tried changing the field its inserting to , to a memo field? - Original Message - From: "Brian Ingram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 6:35 PM Subject: TextArea Problems > I'm having trouble Inserting data from a "textarea" form and plac

RE: TextArea Problems

2000-04-29 Thread Stacy Young
l 29, 2000 9:04 AM To: [EMAIL PROTECTED] Subject: Re: TextArea Problems Brain, First, I'd double check the name of your input. Second, make sure you textarea box HTML Tag is properly constructed. Then, set the WRAP attribute to WRAP="VIRTUAL.". This will allow the text to wr

Re: TextArea Problems

2000-04-29 Thread David Hannum
Brain, First, I'd double check the name of your input. Second, make sure you textarea box HTML Tag is properly constructed. Then, set the WRAP attribute to WRAP="VIRTUAL.". This will allow the text to wrap in the browser without carriage returns. It could be that carriage returns are hosing y

<    1   2