How can we submit a form without a submit button?
Answer Posted / pankajbisane
<script>
function doSubmit()
{
var frm = window.document.frmName;
frm.action="path to php file";
frm.method = post;
frm.submit();
}
</script>
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What's the difference between __sleep and __wakeup?
Which function is used to read a single character from a file in PHP.
What is the difference between abstract class and interface in php?
What is session php?
What is php routing?
What is the importance of php?
What is php destruct?
How do you check if an arraylist is empty?
How to invoke a user function?
What is php explain how php works?
Why does php need server?
What is the timeout period on session values?
Where is session id stored?
What is php7?
What is the difference between pop3 IMAP and MAPI?