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 |
How to create a text file in PHP?
Can we use include ("xyz.php") two times in a php page "index.php"?
How to randomly retrieve a value from an array?
Which of the delimiter is ASP style?
What is basic php?
What are the popular frameworks in php?
Swap two variables value without using third variable in php ?
Is php still used?
Write a program to get lcm of two numbers using php?
What is properties of class?
what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?
Why json is used in php?