How can we submit a form without a submit buttom?
Answer Posted / arvind pippal(delhi india)
you can call a function in javascript onclick event of any
form element/link and in the function you use any
document.formName.submit(); to submit the form
and above all ans is rights
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is a helper function?
What is php's mysqli extension?
What is a PHP accelerator?
What is a closure in php?
Explain php split() function.
What is the use of offset in mysql?
What is the use of htmlspecialchars in php?
Explain what are the three classes of errors that can occur in php?
Does empty check for null?
Is php faster than javascript?
Is php 7.0 stable?
Tell me what are the different types of errors in php?
What does PEAR stands for?
What is singleton class in php?
Explain me what is the importance of "method" attribute in a html form?