Hi All,
I'm hoping this is an easy one.
I have a form (EntryForm.aspx) for user entry, that contains many different parameter fields, as well as a lot of data inside each control.
I have another page (ProcessForm.aspx) that looks at the user input and runs the appropriate stored procedures and displaying features with Crystal/Excel.
Because of that amount of data in the entry form, I cannot pass parameters to the ProcessForm.aspx via the URL. We're also on a 3-server cluster, so any session variables will not necessarily be available to the processing page.
What I have is a button on the submit form that has SERVER.TRANSFER ("ProcessForm.aspx"), and I access the form controls directly from this page. This way, I don't have to worry about storing or passing values, I just read the form directly from the process page. I have to use SERVER.TRANSFER because I need to make sure that the server the user is on with the form is the same as the server for the processing page.
All of this works fine, but I want the process form to open in a new window, with the submit form remaining as is.
Is there any way to do this?
Any help would be greatly appreciated.
Many thanks,
Yazster
I'm hoping this is an easy one.
I have a form (EntryForm.aspx) for user entry, that contains many different parameter fields, as well as a lot of data inside each control.
I have another page (ProcessForm.aspx) that looks at the user input and runs the appropriate stored procedures and displaying features with Crystal/Excel.
Because of that amount of data in the entry form, I cannot pass parameters to the ProcessForm.aspx via the URL. We're also on a 3-server cluster, so any session variables will not necessarily be available to the processing page.
What I have is a button on the submit form that has SERVER.TRANSFER ("ProcessForm.aspx"), and I access the form controls directly from this page. This way, I don't have to worry about storing or passing values, I just read the form directly from the process page. I have to use SERVER.TRANSFER because I need to make sure that the server the user is on with the form is the same as the server for the processing page.
All of this works fine, but I want the process form to open in a new window, with the submit form remaining as is.
Is there any way to do this?
Any help would be greatly appreciated.
Many thanks,
Yazster