>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:5550
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to