How can we submit a form without a submit button?
Answer Posted / vijay
Using javascript
document.form.submit()
| Is This Answer Correct ? | 33 Yes | 5 No |
Post New Answer View All Answers
Is php front end or back end?
Write a program in php to find the occurrence of a word in a string?
What is singleton class in php?
Tell me how to set a page as a home page in a php based site?
What is difference between session and cookie in PHP?
What is the special meaning of __sleep and __wakeup?
Tell me what is needed to be able to use image function?
What are static variables in php?
Should I use mysqli or pdo?
What is a controller php?
What are the different ways to login to a remote server?
Which php framework is best for web development?
What is the empty function?
Does session expire on closing browser?
What are getters and setters php?