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
Can you use both this () and super () in a constructor?
How does php session work?
How can we connect to a mysql database from a php script?
What is a PHP Filter?
How to execute an sql query? How to fetch its result?
What is repository in php?
Explain include(), include_once, require() and require_once?
Can I use node js with php?
Is php fully object oriented?
What is a controller php?
Does php 5 support exceptions?
Does session expire on closing browser?
What is orm in php framework?
Where are the persistent cookies stored on your computer?
What is the difference between characters 34 and x34?