
A browser window is placed at the top left of the figure that makes a request to the server.
Step 1: A request is made.
Step 2: Requested H T M L contains form elements.
The elements requested from the server is displayed on the second browser window placed below the first browser window. The window consists of a form content. The content from top to bottom are as follows. Textbox 1 labeled Title colon that contains the value "Central Park.” Textbox 2 labeled Country colon that contains the value “United states.” A button labeled Submit.
Step 3: User fills in and submits the form.
Step 4: The user's form data is sent to the server as part of the H T T P request.
Step 5: This request is usually for some type of server-side script that will process the form data.
Back