Re: submit form data concept
From: Evertjan. (exjxw.hannivoort_at_interxnl.net)
Date: 08/20/04
- Next message: Evertjan.: "Re: ASP Date"
- Previous message: Patrice: "Re: SNTP"
- In reply to: Matt: "submit form data concept"
- Next in thread: Jeff Cochran: "Re: submit form data concept"
- Messages sorted by: [ date ] [ thread ]
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)
- Next message: Evertjan.: "Re: ASP Date"
- Previous message: Patrice: "Re: SNTP"
- In reply to: Matt: "submit form data concept"
- Next in thread: Jeff Cochran: "Re: submit form data concept"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|