rambovet
06-13-2003, 01:26 PM
Hi gang-- First time poster.
I have an ASP page that transfers Form data via a response.redirect querystring to another ASP page. I then have a Form on page 2 that will also receive user input. I lastly want to send both groups of data to a final asp page (or E-Mail back to myself). My problem is that I haven't had success transfering the data in the querystring from page 1 (which does make it to page 2 btw) to then input into a Hidden form so that I can send all of it to the 3rd page or even post back to itself for error handling.
I'm sure I'm missing something easy. Please help if you can.
Thanks in advance--I really enjoy the board and have learned most everything about ASP from it....
rambovet:confused:
...btw I use more VBScript than Javascript if that has any bearing.
I have an ASP page that transfers Form data via a response.redirect querystring to another ASP page. I then have a Form on page 2 that will also receive user input. I lastly want to send both groups of data to a final asp page (or E-Mail back to myself). My problem is that I haven't had success transfering the data in the querystring from page 1 (which does make it to page 2 btw) to then input into a Hidden form so that I can send all of it to the 3rd page or even post back to itself for error handling.
I'm sure I'm missing something easy. Please help if you can.
Thanks in advance--I really enjoy the board and have learned most everything about ASP from it....
rambovet:confused:
...btw I use more VBScript than Javascript if that has any bearing.