If the second page is being generated by some server side code and the first page is POSTed to it, then you can have the code add the first page's fields as HIDDEN fields on the form.
If you are passing from one HTML page to another, suggest that you try using the GET method to pass the data - i.e. via the browsers Query String.
Alternatively, you could look at Cookies.