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 input sanitization in php?
Explain different sorting function in php?
What is the difference between static and dynamic websites?
Why print_r is used in php?
What software is required for php?
Tell me how is it possible to parse a configuration file?
What is an anti csrf token?
Which php global variable is used for uploading a file?
How can we encrypt the password using php?
What is the best website to learn php?
How do I run a php program in dreamweaver?
What is the use of pear in php?
What is the ioncube php loader?
How many data types are used by php?
Tell me how to create a text file in php?