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
How to download files from an external server with code in php?
What is use of mysqli_query in php?
How to convert one date format into another in php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
How to merge values of two arrays into a single array?
Tell me is it possible to remove the html tags from data?
Is strcmp case sensitive?
Which MySQL function would you use to select a database?
Is python better than php?
Tell me what is htaccess?
What is the use of $_server and $_env?
What does the expression exception::__tostring means?
What does the arrow mean in php?
What is the most convenient hashing method to be used to hash passwords?
Does csrf token change?