If you'#re getting from B to C via a form submit, send them as hidden form
fields, if it's a link, as URL vars. Althought you're limited with this
method if they're long

-----Original Message-----
From: JAIME HOI [mailto:[EMAIL PROTECTED]]
Sent: 13 May 2002 07:15
To: CF-Talk
Subject: How do i pass FORM variables from one action page to another
one ?


Hi
  Let's sayi have Page A , action page is Page B. From page B after some
checking i will call page C. But how can Page C get the form variables from
Page A? Does anyone knows how i can have a quick access of all the form
variables and pass it to Page C. For eg, if it is URL variables, i can use
CGI.Query_String to pass them to Page C. But for FORM variables, how do i
access it? As an alternative, i was thinking of using WDDX . Construct one
CFML2WDDX and have it as one of the hidden variable in Page A. Then simply
access that single hidden variable and pass to Page C as URL variable.
Anyone sees any problem with this? I'm quite confused, i am looking for a
quick method to handle the passing of data. 

Any help would be greatly appreciated! 

"Contentment is not the fulfillment of what you want, it is the realization
of how much you already have."




______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to