Any time you want to put a dynamic value in the query string you want to make use of urlencodedformat. Now - I don't _always_ do that. If I know it's a number I may skip it. But it never hurts.
On Wed, Sep 7, 2011 at 2:06 PM, Mo Lay <[email protected]> wrote: > >>>It would be in the URL scope: >> >>got it thanks raymond.. >> >>But how van i clear this variable every time the user load the form ? >> >>thanks > > Hi Ray, > > is that change if i am using simple hyperlink instead of cflocation ? > > <cflocation url="Progra_ackn.cfm?variable=#urlEncodedFormat(var1)#"> > > <a href="Progra_ackn.cfm?variable=#urlEncodedFormat(var1)#">Add Project</a> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:5554 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
