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

How to get the length of string?

575


Write a program to swap two numbers using php.

542


What is the actually used php version?

529


Explain what is the difference between session and cookie?

538


Does strlen include null?

584






How can you declare a constant variable in php?

567


What are php variables?

515


What is a stored procedure in mysql?

531


How can we upload a file in php?

537


What are default session time and path?

563


What is the use of mvc in php?

519


What is baseurl?

534


What is the difference between for and foreach in php?

499


How to join multiple strings into a single string?

530


What is magic function in php?

542