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
How to delete an element from an array?
How big is nvarchar max?
Where session is stored?
Does php have future?
Explain about the data types in PHP?
What do you mean by having php as whitespace insensitive?
Explain do you use composer? If yes, what benefits have you found in it?
Do you know when sessions ends?
Does php support multiple inheritance?
What is stdclass in php?
Is php a web server?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is php array function?
Is runtime polymorphism overriding?
How to reset/destroy a cookie?