It would be in the URL scope: <cfoutput>#url.variable#</cfoutput>
You also want to urlencode the value: <cfset var1 = "[email protected]"> <cflocation url="Progra_ackn.cfm?variable=#urlEncodedFormat(var1)#"> On Wed, Sep 7, 2011 at 12:44 PM, Mo Lay <[email protected]> wrote: > > Hi Folks , > > Is it possible to pass a variable from one form to another one using URL > and CFLOCATIOn : > > 1st form > <cfset var1 = "[email protected]"> > <cflocation url="Progra_ackn.cfm?variable=#var1#"> > > > 2nd form (Progra_ackn.cfm) page : > > not able to call back the variable using > #variable# > > is this possible with cflocation ? > > thanks > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5549 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
