Tell me is it possible to submit a form with a dedicated button?

Submitted by: Administrator
It is possible to use the document.form.submit() function to submit the form. For example: <input type=button value=”SUBMIT” onClick=”document.form.submit()”>
Submitted by:

Read Online Junior Developer PHP Job Interview Questions And Answers