How can we submit a form without a submit button?
What is the use of obj_star?
Answer Posted / 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 |
Post New Answer View All Answers
Tell me how can we get the error when there is a problem to upload a file?
What is print_r?
How can you pass a variable by reference?
What is cookie and why do we use it?
Write a php function to convert all null values to blank?
What is a collection in php?
How can we check the value of a given variable is alphanumeric?
How to convert a string to uppercase in php?
What function should you use to join array elements with a glue string?
What is singleton pattern in php?
Can you extend a final defined class?
What are classes in php?
How php statement is different from php script?
What are the data types in php?
What is the difference between $argv and $argc? Give example?