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 http php?
What are escaping characters? Explain with an example?
What is the actually used php version?
Do while loops php?
What are php functions?
What are the different errors in php?
How to copy a file?
What are the benefits of composer?
What is the main function of php?
How long is session timeout?
How can I learn php fast?
How to get useful error messages in php?
Tell us how to redirect a page in php?
What does $_server means?
Name some of the functions in php.