cactus1000
Programmer
I know this is easy, but I'm new at this. I need to create a confirmation page that asks the user if the form data they entered is correct. If so, they click "submit" otherwise, "back".
I know this would involve assigning the form data to a variable and using the Response.Write method along with a hidden field to pass the variable to the next ASP page, but I can't seem to find any code examples.
Can anyone show me what this would look like?
I know this would involve assigning the form data to a variable and using the Response.Write method along with a hidden field to pass the variable to the next ASP page, but I can't seem to find any code examples.
Can anyone show me what this would look like?