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

List the different types of print functions available in php?

533


How are sessions maintained?

520


What is encapsulation in php?

548


In PHP, fgets() is used to read a file one line at a time. State Whether True or False?

572


What function do we use to find length of string, and length of array?

520






Does php have future?

572


How to check a key exist in an array?

567


What is uri routing?

517


Are php session secure?

520


How to send email using php script?

504


How to remove duplicate values from php array?

527


What is the difference between get and post in php?

505


What is the current stable version of php? What advance thing in php7?

506


How to pad an array with the same value multiple times?

464


How can we calculate the similarity between two strings?

568