Except the OP specifically stated that he did not want to use URL parameters. 
;-)


Sent from my iPhone

On Aug 21, 2011, at 15:10, Russ Michaels <[email protected]> wrote:

> 
> yes you simply need to append the values to the URL.
> 
> e.g.
> 
> index.cfm?var1=#value1#&var2=#value2#
> etc
> Once these values exist then you can extract them from the cgi.querystring
> or URL scope to then append them to other links or url's
> If you initially started out with a form then just set the form to
> method="get" and it will post the field in the query string instead of form
> fields.
> 
> On Sun, Aug 21, 2011 at 7:50 PM, Matt Quackenbush <[email protected]>wrote:
> 
>> 
>> Set the data into the session and retrieve it on the next page.  Or you
>> could use cookies.
>> 
>> You cannot set form variables and do it, as the form scope would be
>> refreshed on the subsequent page load.
>> 
>> HTH
>> 
>> 
>> On Sun, Aug 21, 2011 at 1:46 PM, Pete Ruckelshaus <[email protected]
>>> wrote:
>> 
>>> 
>>> Hopefully simple question.
>>> 
>>> I would like to do a conditional redirect from one page to another.  For
>>> some of those conditions, I would like to "send" data along with this
>>> redirect, and I would prefer to not do it via URL parameters.  Is there
>> any
>>> way to "send" data as form values without actually using a form?
>>> 
>>> Thanks,
>>> 
>>> Pete
>>> 
>>> 
>>> 
>> 
>> 
> 
> 

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

Reply via email to