"When I output the var on the page I see the encoded version: index.cfm?variable=this%20is%20a%20test"
Eh? You wouldn't see index.cfm, etc. Seriously, like, do this: <cfoutput>#url.variable#</cfoutput> Do you see "this is a test" or "this%20etc" On Wed, Jan 23, 2013 at 10:38 AM, Torrent Girl <[email protected]>wrote: > > >Dumb question - what are you seeing in the browser? When you output > >#url.variable# what do you see? > > > > > >On Wed, Jan 23, 2013 at 10:22 AM, Torrent Girl <[email protected] > >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:354029 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

