How can we submit a form without a submit button?
Answer Posted / sunil
You can submit a form through many diffrent ways without
submit button.
-Submit a form by clicking a link
-Submit a form by selecting a option from drop down box using
onchange event
Is This Answer Correct ? | 342 Yes | 62 No |
Post New Answer View All Answers
What is the difference between explode and split?
What are escaping characters?
How can you propagate a session id?
What are the popular frameworks in php?
How do I install php?
Write a program in php to find the occurrence of a word in a string?
What is php stack?
Describe session in php.
Difference between array_combine and array_merge?
How to check a variable is array or not in php?
What is a controller in programming?
What is difference between base_url and site_url?
What is php good for?
How can cross site request forgery csrf be prevented?
What are php expressions?