You said you did the cflocation _after_ the user submitted the form,
so your question does not make sense to me.


On Wed, Sep 7, 2011 at 1:11 PM, Mo Lay <[email protected]> wrote:
>
>>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)#">
>>
>>
>>>
>
> got it thanks raymond..
>
> But how van i clear this variable every time the user load the form ?
>
> 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:5552
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to