<textarea name="text">"#Value#"</textarea>

don't forget to strip them in insert.... :)


Or if you want to keep them.....
Use this tick/quote insert trick

<cfset locGoodChars = "&quot;,&acute;">
<cfset locBadChars = "#chr(34)#,#chr(39)#">

// use this in your insert statement...
'#trim(ReplaceList(form.text, locBadChars, locGoodChars))#'

If you do this you wont need them in the textarea....

Justin Hansen
--------------------------
Uligh Communications
Web Developer / Programmer
--------------------------
[EMAIL PROTECTED]
913-498-0123 ext 284
--------------------------

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Laire Josh
Sent: Monday, January 28, 2002 1:47 PM
To: KCFusion (E-mail)
Subject: [KCFusion] Text box value


Is there a way to show "" around a 
value inside a text box?
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to