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


Please Help Members By Posting Answers For Below Questions

What is the purpose of constant() function?

724


What are the 3 scope levels available in php and how would you define them?

710


Where are sessions stored php?

747


Is php faster than python?

759


Is php harder than javascript?

665


What is difference between static and constant in php?

707


What is the difference between super () and this ()?

818


What is php limit?

712


What u mean by query?

702


What does $_env mean?

760


Define object-oriented methodology?

788


What is the role of the .htaccess file in php?

721


What is the difference between $var and $$var?

750


What are the difference between abstract class and interface in oops?

726


How many records can be stored in mysql table?

758