best method for passing variables
Hi,
I'm hoping someone can help me out with this. I have a VBScript webpage. The page takes 2 fields of input and calls another web page.
The new(second) web page inserts the fields into a database. Once that is finished, I want to call another page (third page) passing the two fields as input parameters. Sound simple? Here's the catch...the second web page does not display any HTML fields and the user doesn't want any.
The user wants a seamless method of inputting data to the pages in succession.
I've tried response.redirect but that doesn't pass parameters. I have no experience with creating cookies nor of Query String.
Any suggestions?
|