Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to re-submit a form from server?
Message
De
14/06/2001 21:45:19
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
How to re-submit a form from server?
Divers
Thread ID:
00519790
Message ID:
00519790
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform