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 backslash character will match whitespace?
Is php procedural or oop?
Why is facebook still using php?
What software is required to run php?
What are objects in php?
What is the use of @ in php?
What is the use of magic function in php?
What is the difference between md5(), crc32() and sha1() crypto on php?
Does php has a future?
What is a base url?
Why do we use javascript in php?
What is substr in php?
Tell me what are the __construct() and __destruct() methods in a php class?
Is php an oop?
Are php sessions cookies?