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
Who is known as the father of php?
How do you put a space in html?
What is meant by urlencode and urldecode?
What is the use of mysqli_real_escape_string() function?
What is framework in php?
What is isset and unset in php?
What is cookies php?
What is the $_ server php_self variable?
What is difference between ksort() and usort() functions.
What is a php 5?
What does session start do in php?
What is if isset ($_ post submit )) in php?
Is it possible to use com component in php?
What are the advantages of using php?
Difference between $message vs. $$Message in php.