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 include a file code in different files in php?
What are the differences between GET and POST methods?
Give the case where we can use get and we can use post methods?
What are the functions for imap?
What is the difference between $message and $$message?
12 Answers BSPL, eGrove, i-Net Solution,
Is there any way to call a JAVASCRIPT function in PHP in AJAX
What is csrf token and how will you add csrf token in ajax?
How can we determine whether a php variable is an instantiated object of a certain class?
What are getters and setters php?
How is the ternary conditional operator used in php?
I went to an php interview yesterday.I got selected there.But,They asked me to sign bond by submitting my certificates for 2 years.Is it good or bad
If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)