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


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

666


Php code to find whether a number armstrong or not?

731


/temp is a type of filesystem directory. State Whether True or False?

782


What are global variables in php?

715


Explain me soundex() and metaphone()?

738


What is the function to count elements in an array in PHP?

849


What is an array in php?

833


Why is node js better than php?

852


Write a program to find a string is palindrome or not?

725


What is difference between session and cookies in php?

721


Explain some of the php array functions?

835


What is helper library?

719


Is php still relevant 2019?

740


How can I load data from a text file into a table?

780


Can you define an argument as a reference type?

749