My page contains a form, which action's itself. If the submit button was pressed, a hidden field is marked with goSubmit.
In this situation the data in the form must be passed to the next form. is there any was to simply pass the request string's parameters (?bob=bill, etc.) to another page? or do I have to fill all the data myself in with lots of code or create the string programatically?
cheers,
Jim.
In this situation the data in the form must be passed to the next form. is there any was to simply pass the request string's parameters (?bob=bill, etc.) to another page? or do I have to fill all the data myself in with lots of code or create the string programatically?
cheers,
Jim.