Use the force er function suite that CF can make easier for you.

<CFSET var123 = "Click here to download your free coupon. <a
href=#chr(34)#http://www.site.com#chr(34)#>http://www.site.com</a>">

Notice the chr(34), which evaluates the ascii 34 values which is your double
quote.

Teddy

On 9/26/06, James Holmes <[EMAIL PROTECTED]> wrote:
>
> The first option would end up with that as a result.
>
> <CFSET var123 = "Click here to download your free coupon. <a
> href=""http://www.site.com"";>http://www.site.com</a>">
>
> Inside the CFSET the "" will resolve to " in the string.
>
> On 9/27/06, Sandra Clark <[EMAIL PROTECTED]> wrote:
> > If you are using a doctype of xHTML, you need to use double quotes in
> your
> > html (think of HTML in an xml format which is all xHTML really is.
>
> --
> CFAJAX docs and other useful articles:
> http://www.bifrost.com.au/blog/
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254363
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to