I seem to have forgotten how to pass variables to multiple pages. I have an asp page that I choose values from select boxes. Those values get passed to another page by using the request.form call to each element. I want to pass these same values onto a 3rd page and am having trouble doing this. I was thinking of passing the variables through the url and use querystring to get them. Is there an easier way to do all this?
Thanks,
Todd
Thanks,
Todd