You have three options for passing the variables.
One is you can Create a Session, and store the the varibles in the session varibles. Then the next page can read these varibles.
two you could call the next page via a URL that contains all the varible names and values (not there is a limit on the # of chars on the URL LINE).
Three, you could make a form with a bunch of hidden fields, then submit the form to the next page.