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
Which is better session or cookie?
Tell me how to find the position of the first occurrence of a substring in a string?
How many types of php frameworks are there?
Tell me what are the __construct() and __destruct() methods in a php class?
How can we change the value of a constant?
How do I clear my browser session?
Is laravel better than codeigniter?
How to read one character from a file?
How can you increase the maximum execution time of a script in php?
Write the statements that are used to connect php with mysql
What is substr() in php? And how it is used?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
discuss the issue of software theft in ghana and how it has affected the economy
What are the differences between mysqli_connect and mysqli_pconnect?
What types of loops exist in php?