submit form data concept

From: Matt (mattloude_at_hotmail.com)
Date: 08/20/04


Date: Thu, 19 Aug 2004 22:30:35 -0700

When people say submit the form data, does it mean the form data are
submitted to web browser using either HTTP GET or POST method, and then it
will redirect to another page.

For example, this is page1.aspx

<form action="page2.aspx" method="post">

means it will submit the page1.aspx form data to the web server, and then
redirect from page1.aspxto page2.aspx?

please clarify. thanks!!



Relevant Pages

  • Re: submit form data concept
    ... > submitted to web browser using either HTTP GET or POST method, ... > then it will redirect to another page. ... > means it will submit the page1.aspx form data to the web server, ... but for the form data being included in the page request. ...
    (microsoft.public.inetserver.asp.general)
  • submit form data concept
    ... When people say submit the form data, does it mean the form data are ... submitted to web browser using either HTTP GET or POST method, ... will redirect to another page. ...
    (microsoft.public.inetserver.asp.general)
  • Re: submit form data concept
    ... >submitted to web browser using either HTTP GET or POST method, ... >will redirect to another page. ...
    (microsoft.public.inetserver.asp.general)
  • Re: ASP login timeout and Form data...
    ... I believe that I do a redirect to the login page and then get the Request.ServerVariables. ... > submit button to post some form data after the timeout has expired, ... needs to pass the original destination as well as the ...
    (microsoft.public.inetserver.asp.general)
  • Submitting form data using POST method
    ... I have an application that is working fine on an XP machine submitting ... data from one ASP page to another using the POST method. ... I have enabled "submit unencrypted form data" in both IE ... security settings and in GP. ...
    (microsoft.public.windows.group_policy)

Loading