How can we submit a form without a submit button?
Answer Posted / vijay
Using javascript
document.form.submit()
| Is This Answer Correct ? | 33 Yes | 5 No |
Post New Answer View All Answers
How to read and display a HTML source from the website url?
Explain me difference between mysql_connect and mysql_pconnect?
What is the role of the .htaccess file in php?
What is difference between variable declaration and variable definition?
What are global variables in php?
What software is required to run php?
What are different types of Print Functions available in PHP?
What is the use of preg_match in php?
How easy is php?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
What is the purpose of the '.frm' file extension? What do thes file contain?
Explain what are psrs? Choose 1 and briefly describe it?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
What are the benefits of using php and mysql?
How to fix "headers already sent" error in php