How can we submit a form without a submit button?
Answer Posted / vikas uniyal
We have to use a javascript function:-
<script language="javascript" type="text/javascript">
document.formname.submit();
</script>
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the '.frm' file extension? What do thes file contain?
What is the difference between myisam and innodb?
Tell me how can we change the maximum size of the files to be uploaded?
Write a program using while loop in php?
What is mysql in php?
How do you define a constant in php?
Name some of the popular frameworks in php.
What is csrf token and how it works?
Which function would you use to format date information in php?
What are sql injections, how do you prevent them and what are the best practices?
How do functions work?
What is the method to execute a php script from the command line?
What is Mcrypt used for?
What is final class and final method?
What is php string function?