How can we submit a form without a submit button?
Answer Posted / jeet
By the help of java script we can submit form with any options here i am using link, we can submit by checkbox, redio button etc..
<a href OnClick="javascript: document.myform.submit();" >Submit Me</a>
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Is empty java?
What is the difference between php 5 and php 7?
What happens when submit button is clicked?
Explain the ternary conditional operator in php?
What is PECL?
What is inheritance in php? How many types of inheritance supports php?
What is a class in php programing?
What is a persistent cookie in php?
Is php a backend?
A process can run only in the background. State Whether True or False?
How to select a database?
What is polymorphism?
What is c++ polymorphism?
What is stdclass in php?
Explain the visibility of the property or method?