I'm not sure why you'd use anything other than escaping the Quotes by doubling them up.
<cfset tmp = "She said,""Double the quotes and it'll work find""."> <cfoutput>#tmp#</cfoutput> Kevin [KES geek] -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 11:36 AM To: CF-Talk Subject: Re: quotes in quotes >>How about JSStringFormat() JSStringFormat() escapes characters JS wise, not CF or HTML wise. The problem here is defining the string in CF, not in JS. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197725 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

