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 the data types in php?
Tell me how is it possible to return a value from a function?
Does facebook use php framework?
Tell me what is the difference between get and post?
What is the difference between php and java?
How to submit form without a submit button.
What are the different data types in javascript?
What is cookie in php with example?
When is a conditional statement ended with an endif?
Tell me what are the different types of errors in php?
Which is better #define or enum?
How can you create a session in php?
What is the difference between "echo" and "print" in php?
What is http php?
What's the difference between accessing a class method via -> and via ::?