English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-20 19:56:23 · 3 answers · asked by pani_stephen 1 in Computers & Internet Programming & Design

3 answers

When you click on Submit, it connects to a database on the server of you website and all the information is passed

2006-08-20 20:02:20 · answer #1 · answered by Anonymous · 0 0

Hi.

A submit button is a built-in trigger for your browser to submit information included in the parent/containing form to the URL specified in the "action" attribute of that form. It submit (i.e. sends) this information using a HTTP POST or HTTP GET or the URL specified in the "action" attribute. The difference between a POST or GET is how the form data is sent along when the URL request. A POST sends the data in CGI variables/headers included as part of the HTTP message sent to the web server. The GET appends the form data to the URL requested, in the form of a query string.

For more information see,
http://www.jmarshall.com/easy/cgi/

-Leon S

2006-08-21 03:11:06 · answer #2 · answered by Leon Spencer 4 · 0 0



It causes the browser to send the form data to the specified CGI script using the specified method (GET, etc.).

2006-08-21 02:59:30 · answer #3 · answered by jacinablackbox 4 · 0 0

fedest.com, questions and answers