Determining the Default Submit Button in HTML Forms
When submitting an HTML form without clicking a specific submit button, such as by pressing Enter or using HTMLFormElement.submit() in JavaScript, browsers need to determine which of multiple submit buttons (if any) should be treated as the one pressed. This determination has implications for triggering onclick event handlers and the data sent to the web server.
Browser Behavior
Experiments have shown that:
When pressing Enter:
When using HTMLFormElement.submit():
Standards Specification
The HTML standard does not explicitly specify the behavior for submitting a form without a specific button. It only requires that the form be submitted when a submit button is activated.
Recommended Approach
Given the lack of a clear standard and the variance in browser behavior, it is recommended to avoid relying on a specific default submit button when designing HTML forms. Instead, clearly indicate which submit button should be used in any given scenario.
Descargo de responsabilidad: Todos los recursos proporcionados provienen en parte de Internet. Si existe alguna infracción de sus derechos de autor u otros derechos e intereses, explique los motivos detallados y proporcione pruebas de los derechos de autor o derechos e intereses y luego envíelos al correo electrónico: [email protected]. Lo manejaremos por usted lo antes posible.
Copyright© 2022 湘ICP备2022001581号-3