How can we submit a form without a submit buttom?
Answer Posted / koushik
Javascript form submit
document.FORM_NAME.action="page.php";
document.FORM_NAME.submit();
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How to check whether a number is prime or not?
How to swap two variables without using 3rd temp variable.
How to read and display a HTML source from the website url?
What is sorting php?
How to open standard output as a file handle?
What is the most common http method?
What is the difference between apache vs niginx?
Describe the security vulnerability of PHP?
Can you pass an array into a function?
Why do we use query?
How do you end a session in php?
Tell me how do I escape data before storing it into the database?
Is salary fixed or variable cost?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
How can we automatically escape incoming data?