Explain how to submit form without a submit button?
A form data can be posted or submitted without the button in the following ways: 1. On OnClick event of a label in the form, a JavaScript function can be called to submit the...
A form data can be posted or submitted without the button in the following ways: 1. On OnClick event of a label in the form, a JavaScript function can be called to submit the...
More