How can we submit a form without a submit button?
Answers were Sorted based on User's Feedback
Answer / snc
1st option.....
In java script we can easly submit form without submit
button..........
document.form.submit();
...where form is formname.
2nd option.......
<form id="form" name="form" method="post" action="abc.php">
<INPUT TYPE="IMAGE" SRC="images/imagename.gif" ALT="Submit
button">
</form>
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / naresh
through header() function.
header("location:url:);
| Is This Answer Correct ? | 4 Yes | 7 No |
How to get best php developer Experience in Php with Sugar CRM / VTiger.
Who is known as the father of php?
How to send email using php script?
Explain setcookie() function in php?
What are the differences between GET and POST methods in form submitting?
What u mean by query?
What is php and sql?
What is the difference between single quoted string and double quoted string?
What are the Advantages and Application Areas of PHP?
Why php is widely used?
What is boolean in php?
What is csrf token and how will you add csrf token in ajax?