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 better .net or php?
How to execute an sql query? How to fetch its result?
Tell me what is pear?
How to track no of user logged in?
Can you use php and javascript together?
Tell me how to get the value of current session id?
How to set a page as a home page in a php based site?
What is the meaning of a final class and a final method?
What is serialization in php?
Is session a cookie?
Does strlen include null?
What is namespace and use in php?
How to count all the lines of code in a directory and sub folder?
What is a definer in mysql?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()