Submitting a Form





Submitting user input using a form requires additional processing by the client before making the document request. The browser needs to convert the user input into something the server will understand before sending a request to the server. The first thing the browser does is CGI encode, the input. After encoding the input, the browser sends the request and the input to the server in one of two ways, GET or POST, depending on the method specified in the form. When the request is made, the browser once again waits for any kind of response from the server.
Domain Name Search
|