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 an example of a variable?
Can we extend two classes in php?
What is php and what does it do?
Php says that an array is an ordered map. But how the values are ordered in an array?
Define anonymous classes in php7?
Tell me how to initiate a session in php?
What is the difference between characters 34 and x34?
How does the identity operator === compare two values?
What is encapsulation in php with example?
How many php functions are there?
How long is a php session valid?
How to protect special characters in query string?
What is difference between compile time and run time polymorphism?
How to Pass JSON Data in a URL using CURL in PHP?
What are the uses of implode() function?