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 |
Write a hello world program using variable?
What is the difference between apache vs niginx?
What is the importance of "action" attribute in a html form?
What is if isset ($_ post submit )) in php?
How to check curl is enabled or not in PHP
What does $_server mean?
What are the limitations or drawbacks of PHP ?
What is difference between Method overriding and overloading in PHP?
What are different types of Print Functions available in PHP?
Is age a variable in research?
How do I start a php session?
Xplain is it possible to use com component in php?