Date: 02/01/07 (Web Development) Keywords: asp What's the best way to pass info across a multi-page form using ASP? I've currently got a form that collects user data about booking an appointment. On the 2nd page of the form I retrieve the recipient's email address from the db based on what location the user selected in part A. I then submit all the info to our formmail.asp script for emailing. I want to know the best way to get the info from Form/Page A to be included in Form/Page B. Thanks.
|