Answers

Question and Answer:

  Home  Internee PHP Developer

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

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

 144 views

More Questions for you: