Hi!
I'm using the pageviewer, and i found an example on passing by parameters. How can i get parameters from an other asp - page? The problem is, that i loose my parameters when i press the "Next" button. How can i store them?
Hi,
What does your "Next" button do?
Could you post your asp code..?
In general, if the parameters are form values and you use the POST method on submitting ( with your Next button)
the next page needs to read the variables with a 'Request.Form("variablename"' function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.