Is there a way to dynamically pass data from one form to another.
Here is what I want to happen.
User fills in a form (enter new userid and pass). >
They Click Submit. >
The processing page first checks to make sure that Userid does not exist.
if it does not it continues to process the rest of the form. >
Else it passes all the information back to the referring URL with an error message. >
I dont want to keep saying Request("this and that" I want to make this dynamic so it passes. Is there an array or some way to pass the entire contents of a form onto another.
I want to use this script in many places where the forms differ and I want a standard error script for this, any hints, clues, pointers, thank you in advance.
Arkey
Here is what I want to happen.
User fills in a form (enter new userid and pass). >
They Click Submit. >
The processing page first checks to make sure that Userid does not exist.
if it does not it continues to process the rest of the form. >
Else it passes all the information back to the referring URL with an error message. >
I dont want to keep saying Request("this and that" I want to make this dynamic so it passes. Is there an array or some way to pass the entire contents of a form onto another.
I want to use this script in many places where the forms differ and I want a standard error script for this, any hints, clues, pointers, thank you in advance.
Arkey