Anúncios
Most HTML forms have a submit button at the bottom of the form. Once all of the fields in the form have been filled in, the user clicks on the submit button to record the form data. The standard behaviour is to gather all of the data that were entered into the form and send it to another program to be processed.
What occurs when a user clicks the submit button on a web form?
What occurs when a user clicks the Submit button on a Web form? The data from all fields in the form is sent to be processed by the action specified in the
Anúncios