How can we submit a form without a submit button?
Answers were Sorted based on User's Feedback
<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 |
Answer / sakthiopr
document.Formname.action = "filename to be submit"
| Is This Answer Correct ? | 3 Yes | 2 No |
How do I escape in php?
What is php default argument?
Tell me how is it possible to propagate a session id?
What is the difference between array_merge() and array_merge_recursive() in php?
I have done 12th and then i completed 2 years course of web designing and development from xplora design skool, kota(rajasthan). I am a fresher. How much can i earn in this field ?
Sir, I want sbi clearical post model question paper please sent my mail id srinivas_33000@ahoo.co.in
0 Answers State Bank Of India SBI,
How check variable is set or not in php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Why do we need abstract class in php?
Explain how can php and javascript interact?
What are regular expressions in programming?
Can php run on windows server?