You could us the Form method setting of Post, and Hidden Inputs which would
show up as Form.<varname> on the called form
ie
<Form action="<Some URL>" method="post">
<input type="Hiden" name="var" value="Some Val">
</form>
This only works on a submit form and not on a HREF function.
If you want to pass other variables then you could write them to a temp file
then read the file when the new template loads.
I was taught that all variables where static by page and thus lost, with the
excpetion of Client and Session vars that is.
Jason Lees
National Express
Email : [EMAIL PROTECTED]
-----Original Message-----
From: S R [mailto:[EMAIL PROTECTED]]
Sent: 30 November 2000 23:59
To: CF-Talk
Subject: passing sets of variables
Is there a way to pass a set of variables from page to page without passing
them in the url and without setting session or client variables?
Sal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists