How can we submit a form without a submit button?
Answer Posted / md raisul azam
Using javascript
document.form.submit();
Is This Answer Correct ? | 129 Yes | 24 No |
Post New Answer View All Answers
Which is better mysql or sql?
What is polymorphism in php?
What are the features and advantages of object-oriented programming in php?
What is difference between mysqli and mysql?
Explain what is meant by pear in php?
What are hooks in php?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to create a session? How to set a value in session? How to remove data from a session?
Tell us how to redirect a page in php?
Tell us why did you choose this particular career path?
What is singleton pattern in php?
How to process the uploaded files?
How come the code works, but does not for two-dimensional array of mine?
What is env in laravel?
How do you end a function in python?