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
Tell me what is the default session time in php?
Can php run without apache?
What is data structure in php?
Is age interval or ordinal data?
How can i execute PHP File using Command Line?
What is an anti csrf token?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
How to redirect https to http url through .htaccess?
How many escape sequences are recognized in single-quoted strings?
What are the four scalar types of php?
Can we set session value in javascript?
What is overriding in php?
What are getters and setters php?
What is the current php version?
What are constructor and destructor in PHP?