How can we submit a form without a submit button?
Answer Posted / guest
The main idea behind this is to use Java script submit()
function in
order to submit the form without explicitly clicking any
submit button.
You can attach the document.formname.submit() method to onclick,
onchange events of different inputs and perform the form
submission. you
can even built a timer function where you can automatically
submit the
form after xx seconds once the loading is done (can be seen
in online
test sites).
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Name some of the functions in php.
Tell me how can we get the error when there is a problem to upload a file?
Tell us how to redirect a page in php?
What is mean by an associative array?
Is php developer in demand?
How cookies are trported from browsers to servers?
Is it more secure to use cookies to trfer session ids?
What is cURL in PHP?
What is a controller php?
What is regex in html?
What are the environmental variables?
Is salary fixed or variable cost?
What is difference between ksort() and usort() functions.
Is it easy to learn wordpress?
Tell me how to set a page as a home page in a php based site?