Rick is right. The string is being built by CF as content to send to the browser; the browser will URL decode the string when it is rendered. This means that the remaining string is the one that ends up in the JS function, which will always work because he has used JSStringFormat() it.
On 1/19/06, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>You are suggesting that it will always work if I call URLEncodedFormat > *FIRST* and then JSStringFormat SECOND - as in the sample above? -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229952 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

