Look for the custom tag embed form fields. One suggestion though. You need to doctor the tag to replace any ' or " that are in the fields with "e; and such so you don't break it on the next page. Page b will do a form submit (can be handled in javascript with an onload function) that will just pass all the hidden fields to page c for processing or whatever.
Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -----Original Message----- > From: Jim Curran [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 9:35 AM > To: CF-Talk > Subject: RE: How do i pass FORM variables from one action page to > another one ? > > > You can do your checking on B. If checking is false, CFinclude > A, but if it > is correct, CFinclude C. > > - j > > -----Original Message----- > From: JAIME HOI [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 2:15 AM > 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." > > > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

