You could put them in hidden form fields and submit it to the next page via
JS... then the form vars will be available.

I'd probably just use the session scope though.


.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-----Original Message-----
From: Matt Quackenbush [mailto:quackfu...@gmail.com] 
Sent: Sunday, August 21, 2011 2:50 PM
To: cf-talk
Subject: Re: Way to "send" data as a form without using a form?


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
<pruckelsh...@gmail.com>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:346905
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to