>> but when I pass the var using cflocation it isn't.
>
>Where, specifically? In the browser's URL/location bar? Or when you
><cfoutput>#url.variable#</cfoutput>? (If the latter, that's the way it's
>supposed to work.)
>
>
>On Wed, Jan 23, 2013 at 10:22 AM, Torrent Girl <moniqueb...@gmail.com>wrote:
>
>>


When I output the var on the page I see the encoded version: 

index.cfm?variable=this%20is%20a%20test 

when it passes as a URL string, it is not encoded. I see the spaces: 
/index.cfm?variable=this is a test 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354027
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to