I am using MX7 coldfusion and a form within a .cfm page. I want to go 1 of 3 pages and transfer the field data via an interim page. I am using
<SCRIPT language="JavaScript">window.location="3.cfm";</SCRIPT> to move to the new page, via 0.cfm, which works nicely. The page 0.cfm picks up the data from the form. What I want to do is then transfer that data to 3.cfm.
What do I do to that script to transfer the data to 3.cfm, and how do I pick the data up in 3.cfm?
Many thanks for any help.
<SCRIPT language="JavaScript">window.location="3.cfm";</SCRIPT> to move to the new page, via 0.cfm, which works nicely. The page 0.cfm picks up the data from the form. What I want to do is then transfer that data to 3.cfm.
What do I do to that script to transfer the data to 3.cfm, and how do I pick the data up in 3.cfm?
Many thanks for any help.