How can we submit a form without a submit button?
Answer Posted / kiran kumar
WE Can Submit a form without using Submit Function.With the
help of JavaScript Function "document.form.submit();"
| Is This Answer Correct ? | 68 Yes | 18 No |
Post New Answer View All Answers
Which function will you use to create an array?
What is difference between session and cookies in php?
Is a number php?
What is php glob?
List types of array are available in php?
What is the ioncube php loader?
When to use self over $this?
Write down the code for save an uploaded file using php?
Why do we use csrf token?
How can we destroy the cookie in php?
What are the different ways to login to a remote server?
What is the difference between array_merge() and array_merge_recursive() in php?
How to close a session properly?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is 'float' property in css?