Forwarding the Request.Form collection
From: Agoston Bejo (gusz1_at_freemail.hu)
Date: 11/22/04
- Next message: Joe Fawcett: "Re: file attribuites"
- Previous message: Matthias Tacke: "Re: Folder redirection"
- Next in thread: André Nobre: "RE: Forwarding the Request.Form collection"
- Reply: André Nobre: "RE: Forwarding the Request.Form collection"
- Reply: Jeff Cochran: "Re: Forwarding the Request.Form collection"
- Reply: Michael D. Kersey: "Re: Forwarding the Request.Form collection"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Nov 2004 11:49:33 +0100
Hi.
x1.asp:
<form method="post" action="x2.asp"> .... </form>
x2.asp:
DoSomeAdministration()
Response.Redirect "x3.asp?" & Request.Form
x3.asp: further processsing of data
This scenario works for a certain amount of data, but passing data in
Request.QueryString has its limits.
Is there any other way so that x3.asp can retrieve the data posted in
x1.asp? I could put the textual representation of Request.Form into a
session variable, but it would be much easier if I could pass on
Request.Form so that x3.asp would be able to access it the same way as it
could if x1.asp posted directly to x3.asp.
- Next message: Joe Fawcett: "Re: file attribuites"
- Previous message: Matthias Tacke: "Re: Folder redirection"
- Next in thread: André Nobre: "RE: Forwarding the Request.Form collection"
- Reply: André Nobre: "RE: Forwarding the Request.Form collection"
- Reply: Jeff Cochran: "Re: Forwarding the Request.Form collection"
- Reply: Michael D. Kersey: "Re: Forwarding the Request.Form collection"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|