How can we submit a form without a submit button?
Answer Posted / anoop singh
we can submit a form by using javascript submit function or
call a function on the click event of the button and
redirect it in to another page .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is good average session duration?
Which function is used in php to count the total number of rows returned by any query?
Which is the latest version of php?
What is orm in php framework?
Explain the difference between mysql_connect and mysql_pconnect?
What is the function of trim?
Tell me how do you execute a php script from the command line?
How to get elements in reverse order of an array in php?
Do you know what are traits?
What is difference between session and cookies in php?
What is boolean in php?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is a php array?
What is php and its uses?
Which php global variable is used for uploading a file?