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 boolean in php?
What is php date function?
Is php class name case sensitive?
How to create a table using php?
Why do we use javascript in php?
What is difference between echo and print in php?
What is the difference between array_map () and array_shift ()?
Is array empty php?
Tell me how can we determine whether a variable is set?
What is a php session?
Is array a key php?
What is static in php?
What are session variables in php?
What is trim function in php?
Tell me what is the main difference between require() and require_once()?