|
BobbyDouglas -> RE: form based on previous selections (11/9/2007 21:06:34)
|
The way I would tackle this, is create the 3 pages first. The first page will have a form that posts to the second page, then the second page will have a form that posts the first page's info, and the second page's info to the 3rd page. The 3rd page will make sure that there are posted values from the 1st and 2nd pages (to make sure spammers aren't using the form, and that the 3rd page was accessed by the 1st and 2nd page). Here's an ASP tutorial explaining the method behind this: ASP Forms
|
|
|
|