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
What is form action php?
What is the difference between array_merge() and array_merge_recursive() in php?
What is session in php why it is use?
Write down the code for save an uploaded file in php.
Explain the visibility of the property or method?
Which function(s) in PHP computes the difference of arrays?
What is the use of offset in mysql?
Explain how to run the interactive php shell from the command line interface?
Xplain is it possible to use com component in php?
List some sorting functions in php?
What do you mean range() in php?
Is it possible to remove the html tags from data?
Tell me how to get the value of current session id?
What is ci framework in php?
How do I run a php file?