> 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 <[email protected]>wrote: > > >Yep try this > > > ><cfset var1 = "this is a test"> > ><cfset relocate = "index.cfm?variable=#urlEncodedFormat(var1)#" /> > > > ><cflocation url=relocate> > > > >That should work, especially if this is suffering the same problem as > >cfsavecontent and a few other tags and functions. > > > >-- > >Regards, > >Andrew Scott > >WebSite: http://www.andyscott.id.au/ > >Google+: http://plus.google.com/113032480415921517411 > > > > That still didn't work. Do I need to turn on a specific setting? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:354025 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

