Re: Forwarding the Request.Form collection

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Michael D. Kersey (mdkersey_at_hal-pc.org)
Date: 11/22/04


Date: Mon, 22 Nov 2004 12:29:46 -0600

Agoston Bejo wrote:
> 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.

Server.Execute() may be what you want.



Relevant Pages

  • Forwarding the Request.Form collection
    ... x3.asp: further processsing of data ... This scenario works for a certain amount of data, but passing data in ...
    (microsoft.public.inetserver.asp.general)
  • Re: Forwarding the Request.Form collection
    ... > x3.asp: further processsing of data ... > This scenario works for a certain amount of data, but passing data in ...
    (microsoft.public.inetserver.asp.general)
  • Forwarding the Request.Form collection
    ... x3.asp: further processsing of data ... This scenario works for a certain amount of data, but passing data in ...
    (microsoft.public.scripting.vbscript)
  • Re: Forwarding the Request.Form collection
    ... >x3.asp: further processsing of data ... >This scenario works for a certain amount of data, but passing data in ... >Request.QueryString has its limits. ...
    (microsoft.public.scripting.vbscript)
  • Re: Forwarding the Request.Form collection
    ... >x3.asp: further processsing of data ... >This scenario works for a certain amount of data, but passing data in ... >Request.QueryString has its limits. ...
    (microsoft.public.inetserver.asp.general)