How can we submit a form without a submit button?
What is the use of obj_star?
Answers were Sorted based on User's Feedback
Answer / shahnawaz sheikh
If there is a drop down option botton or combo box then we
can use onchange event . And on change of options we can
submit it without clicking on Submit button,
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer /
By using javascript document.submit()
and <input type=image>
| Is This Answer Correct ? | 3 Yes | 3 No |
What are the advantages of PHP over HTML?
11 Answers Infosys, Torque Infotech,
What library is used for pdf in php?
What is the difference between unlink and unset ?
Explain what are the three classes of errors that can occur in php?
How many data types are used by php?
What are the different functions in sorting an array?
Are php short tags acceptable to use?
What is php session and how it works?
What is difference between python and php?
What is a php namespace?
What is the advantage of runtime polymorphism?
Does php require a web server?