submit form data concept

M

Matt

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.asp

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

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

please clarify. thanks!!
 
L

Leif K-Brooks

Matt said:
For example, this is page1.asp

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

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

It means that the form data will be submitted using the POST method to
page2.asp.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,229
Latest member
GloryAngul

Latest Threads

Top