Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to re-submit a form from server?
Message
From
14/06/2001 21:45:19
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
How to re-submit a form from server?
Miscellaneous
Thread ID:
00519790
Message ID:
00519790
Views:
51
I hope someone can help me with this issue:

I have one HTML form on an HTML page (Page A). I need to submit this form to another ASP page(B) for processing (easy). Here's the tricky part: I need to "forward" some of the fields received by B to yet another ASP page (C). This receiving page (C) can only receive POST requests, so I cannot append the data to the URL and do a Response.Redirect in page B.

Does anyone know of a way to accomplish this using HTTP Headers (Response.AddHeader) or something like that?

I could simply generate another HTML page with a form, including hidden fields with the data I need, and submit it programmatically immediately from the client using JavaScript, but I'd rather do it in a "cleaner" way. Also, creating a DLL to handle this is not an option.

Any ideas or suggestions?

Thanks!
Andres M. Chiriboga, MCSE, MCP+I
Next
Reply
Map
View

Click here to load this message in the networking platform