How can we submit a form without a submit button?
Answer Posted / sunil
You can submit a form through many diffrent ways without
submit button.
-Submit a form by clicking a link
-Submit a form by selecting a option from drop down box using
onchange event
| Is This Answer Correct ? | 342 Yes | 62 No |
Post New Answer View All Answers
What is difference between explode() or split() in PHP?
Explain what is the main difference between require() and require_once()?
How to pass variables by references?
What is asort php?
How failures in execution are handled with include() and require() functions?
How can we know the total number of elements of Array?
How to access standard error stream in PHP?
How is traits used in php?
What is php mainly used for?
How to Retrieve a Cookie Value?
Why php script is not running in browser?
What does mysqli_query return?
What is the difference between php and javascript?
What is strlen php?
What is final class and final method?