How can we submit a form without a submit button?
Answer Posted / mani kumar
By using the javascript events on the html elements you can
submit the form values like,onblur(),onchange(),
onmouseup(), etc...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is an operator in php?
How do you measure variables?
What is call by reference in php?
What is delimiter php?
Explain the difference between isset() and empty()?
What function do we use to find length of string, and length of array?
Explain what does the unlink() function means?
How to declare an array in php?
How cookies are transported from browsers to servers?
Tell me how can we change the maximum size of the files to be uploaded?
What is the use of anonymous function in php?
What is the use of 'print' in php?
Is php harder than javascript?
How to include a file code in different files in php?
Which programming language does php resemble to?