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 are php applications?
What are php string functions?
Is it possible to use com component in php?
What is the difference between array_merge() and array_merge_recursive() in php?
How arrays are used in php?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
What is the use of get and post method in php?
What are super global variables in php?
How can a cross-site scripting attack be prevented by php?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What is super () python?
How to terminate the execution of a script in PHP?
What are the advantages of indexes in php?
How can cross site request forgery csrf be prevented?
Is php a float?