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
What is the purpose of constant() function?
What are the 3 scope levels available in php and how would you define them?
Where are sessions stored php?
Is php faster than python?
Is php harder than javascript?
What is difference between static and constant in php?
What is the difference between super () and this ()?
What is php limit?
What u mean by query?
What does $_env mean?
Define object-oriented methodology?
What is the role of the .htaccess file in php?
What is the difference between $var and $$var?
What are the difference between abstract class and interface in oops?
How many records can be stored in mysql table?