How can we submit a form without a submit button?
Answer Posted / 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 |
Post New Answer View All Answers
What is uniqid php?
What is the use of get and post method in php?
Difference between mysql_connect and mysql_pconnect?
How to create a table using php?
What is the difference between Session and Cookie?
What is a substring in php?
Explain about the $_GET variable of PHP?
What is the super method?
What is magic quotes?
How to create a directory?
How can you retrieve a cookie value?
Explain mixed and callback functions?
How can we determine whether a variable is set?
What is a controller php?
Is php a float?