Re: How to validate text area

2000-05-01 Thread Randy Adkins
Your JavaScript code should go after your tags. - Original Message - From: "Shally Kon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Samudrala Kiran" <[EMAIL PROTECTED]> Sent: Monday, May 01, 2000 11:48 AM Subject: RE: How to validate text a

RE: How to validate text area

2000-05-01 Thread Shally Kon
: Samudrala Kiran <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Sent: May 1, 2000 2:42:50 PM GMT Subject: RE: How to validate text area Yep, tag does'nt accept textarea, however you can use html ---

RE: How to validate text area

2000-05-01 Thread Samudrala Kiran
Yep, tag does'nt accept textarea, however you can use html and validate it with JavaScript -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=

RE: How to validate text area

2000-05-01 Thread Howell, Katie
I use cfif: On the action template, at the top I put: You must enter the blah, blah. Back -Original Message- From: Randy Adkins [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 10:30 AM To: [EMAIL PROTECTED] Subject: Re: How to validate text area Cold

Re: How to validate text area

2000-05-01 Thread Randy Adkins
Cold Fusion does not use TEXTAREA as input fields. You can use the normal textarea function but would need to write your own JavaScript to validate it. - Original Message - From: "Shally Kon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 01, 2000 10:17 AM Subject: How to v