Re: submit form data concept

From: Evertjan. (exjxw.hannivoort_at_interxnl.net)
Date: 08/20/04


Date: 20 Aug 2004 08:25:12 GMT

Matt wrote on 20 aug 2004 in microsoft.public.inetserver.asp.general:

> 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 understand that this is a classic asp only NG,
so I will read your Q as page.asp, not page.aspx]

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

is just like

<a href="page2.asp">

but for the form data being included in the page request [header].

"redirect" usually is understood as a directive issued by the server to
the browser to look at another page, which is not the case here.

-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)


Relevant Pages

  • 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)
  • 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.dotnet.framework.aspnet)
  • Re: IIS 5.0 Windows Authenticion/NT Challenge Response
    ... I downloaded the WFETCH tool and ran the tool and this is ... Anonymous mode. ... sufficient credentials>to auto-login to the web server, ... rejected, as it>should), and then you will see the web browser attempt to ...
    (microsoft.public.inetserver.iis.security)
  • Re: Directory Transversal
    ... The application that i'm testing has fuctionality that is like a web server in the way that I can make a connection via a web browser and it will send HTML content to the browser that shows the status of a process. ... what does the OPTIONS command tell you? ... Need to secure your web apps NOW? ...
    (Pen-Test)
  • Re: Uploading a file to web server using Lisp
    ... files from a web browser to a web server using lisp? ... to do it using PHP but I could nothing for Lisp. ... (defun getfile-function (req ent posturl) ...
    (comp.lang.lisp)