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
Which function would you use to read a line of data from a file in php?
How can we display information of a variable and readable by a human with php?
Is php a mvc?
Which php framework is best?
What is the difference between for and foreach in php?
How is csrf token generated?
Tell me how to create a text file in php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
Why use static methods php?
Are there regular expressions in php?
What advance thing in php7?
What is php's mysqli extension?
Where php language is used?
How is php different from other languages?
How does firefox manage cookies?