Answers

Question and Answer:

  Home  PHP

⟩ How can we submit from without a submit button?

Trigger the JavaScript code on any event ( like onSelect of drop down list box, onfocus, etc ) document.myform.submit(); This will submit the form.

 129 views

More Questions for you: