Click to See Complete Forum and Search --> : Querystring variables to a Hidden Form


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.

rambovet
06-17-2003, 11:59 PM
Sorry to take so long to respond, Dave.

That code did the trick to help expediate reading my querystring (I was still doing each individually). I also had been using Request.Querystring as though it could perform the Response.Write function AND call up the Query....stupid mistake.

I do have a question about your FOR...NEXT code. I'm baffled by the extra quotes. They work great in my code, but I'm not sure I understand why two quotes are around Hidden, etc. It is late here so I may just not be collating quotes well.

Thanks again

RamboVet