How can we submit a form without a submit button?
Java script submit() function is used for submit form without submit button. For example: document.formname.submit()
<form action="page2.php" name="contactform">// Form elements</form>
Learn more about the similar topics:
| Tutorials |
|---|
| No Content Found. |
| Exercises & Assignments |
|---|
| No Content Found. |
| Interview Questions & Answers |
|---|
| No Content Found. |