How can we submit a form without a submit buttom?
Answer Posted / koushik
document.FORM_NAME.action="page.php";
document.FORM_NAME.submit();
Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What is the use of imagetypes() method?
How to protect special characters in query string?
Where are cookies stored php?
What does csrf token mean?
What is var_dump function in php?
What is form validation in php?
Is php closing tag necessary?
Explain how to execute a php script using command line.
How to close a session properly?
What is escape data in php?
How many keywords are there in php?
How many types of inheritances used in php and how we achieve it.
What is the use of nl2br() in php?
Is server side a session?
How to create a public static method in PHP?