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 |
What are form input html tags?
How to create the PHP Script to Calculate the Age Using the Inputs Of our Birth date and the Current date?
Explain why would we use === instead of ==?
How to convert a json string to an array in php?
How many different types of messages available in php?
What is regular expression in javascript?
How long do php sessions last?
What is polymorphism?
What is the use of strip_tags() method?
•How to access crystal reports through PHP code?
What is the purpose of the '.frm' file extension? What do thes file contain?
How many types of array supported in php?