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 |
Can anybody plz tell me if there any recruitment on php plz mail to vasudev.adepu@gmail.com.i had completed M.SC(MATHS) in 2007 . trying to get a job on php. i have good knowledge on PHP/MYSQL
How do functions work?
What is difference between static and constant in php?
What is isset and unset in php?
Are php sessions secure?
Tell me how can we automatically escape incoming data?
How can i execute PHP File using Command Line?
How can you execute php script from the command line?
Explain Booleans in PHP?
What does $_server means?
Is ruby on rails php?
How to redirect https to http url through .htaccess?