86
Netprog 2002  -  HTTP
Form Submission
•When the user presses on a SUBMIT button the following happens:
–browser uses the FORM method and action attributes to construct a request.
–A query string is built using the (name,value) pairs from each form element.
–Query string is URL-encoded.