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
Is multiple inheritance supported in php?
Do you know what is the function mysql_pconnect() usefull for?
Tell me what is the actually used php version?
Is php fully object oriented?
Tell me how comfortable are you with writing html entirely by hand?
Why use static methods php?
What is the difference between php traits vs interfaces?
How should a model be structured in mvc?
How to get a random value from a php array?
What is the function used to change the root directory in PHP?
What is the use of isset() in php?
What is the correct php command to use to catch any error messages within the code?
Applications written to provide a GUI shell for Unix and Linux are called
Tell me how to retrieve a cookie value?
What is difference between action hook and filter hook?