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()">
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()">