TexasWebDevelopers.com Home Page
214-564-5316
Wednesday, May 21, 2008

Passing Variables
Type in a Hair Color

This is an example of how to pass variables from page to page using a multi-part form and ASP.

We will "build-a-doll" by choosing Hair, Eye and Dress colors. We are going to pass the form variables from page to page and make sure they (1) are unable to be edited in subsequent pages and (2) place them in the next page's form field. On the last page we will write them out to the page and submit them to a database. You will then have an opportunity to edit the data in the database.
Page 1