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
What is namespace and use in php?
What is session in php why it is use?
Does php have block scope?
Why php 7 is faster?
What exactly is PHP?
How should a model be structured in mvc?
Does php have future?
Which function would you use to read a line of data from a file in php?
Is nan in javascript?
Is a number php?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
What are the ways to define a constant in php?
What are the different data types in javascript?
How to get the number of characters in a string?
What is the meaning of symbol '$' in jquery?