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
When to use inquire vs enquire?
What are escaping characters? Explain with an example?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What will the ?getdate() function returns in PHP?
How can we increase execution time of a php script?
Do I need apache for php?
What is the meaning of ‘escaping to php’?
Where are sessions stored php?
Explain the difference between $var and $$var?
Is ruby on rails php?
Is nan in javascript?
How do you check if a variable has not been set in php?
Is php class name case sensitive?
What is the use of count() function in php?
How can you compare objects in php?