erjohns
05-11-2005, 04:16 PM
I have 2 asp pages.
The first asks the user for input from a list box. This is part of a form that uses post to accept the data.
This page also has output that is generated based upon what is selected.
The second page does all of the work. It's supposed to collect the input from the first page and manipulate it and create several other variables based upon that initial input.
My problem is getting the second page to access the user input from the first. I honestly am new to asp and have a good idea what to do but not how to do it.
The first asks the user for input from a list box. This is part of a form that uses post to accept the data.
This page also has output that is generated based upon what is selected.
The second page does all of the work. It's supposed to collect the input from the first page and manipulate it and create several other variables based upon that initial input.
My problem is getting the second page to access the user input from the first. I honestly am new to asp and have a good idea what to do but not how to do it.