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 23:52:25
 
 
To
14/06/2001 21:45:19
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00519790
Message ID:
00519821
Views:
19
FYI,
I found a solution. For those interested, I can use XMLHttp (part of MSXML) to POST to any URL, passing parameters, and receiving the return data, too. It is pretty interesting.


>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
Previous
Reply
Map
View

Click here to load this message in the networking platform