How can we submit a form without a submit button?
Answer Posted / mohit.c.mehta
<form id="form1" name="form1" method="post" action="mm.php">
<INPUT TYPE="IMAGE" SRC="images/any_image.gif" ALT="Submit
button">
</form>
| Is This Answer Correct ? | 33 Yes | 27 No |
Post New Answer View All Answers
Why php language is used?
What is the difference between client-side and server-side programming?
Tell me what is the use of the function htmlentities?
Why and where do we use htaccess?
What is variable give example?
Which php framework is best for web development?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Does php have future?
Tell me which function gives us the number of affected entries by a query?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
Tell us how can we access the data sent through the url with the post method?
What u mean by query?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
Tell me how to retrieve a cookie value?
What is the difference between the functions strstr() and stristr()?