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
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
What are the different opening and closing tags available in PHP?
How many types of errors in php?
Tell me what is the difference between unset() and unlink()?
How to count all the lines of code in a directory and sub folder?
Code to upload a file in PHP?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
Is age nominal or ordinal?
List some array functions in php?
What is in php 7?
Why do we need abstract class in php?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
Write a hello world program using variable?
How to open a file for reading?