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 create database connection and query in php?
Which function would you use to determine the length of a string in php?
How can I load data from a text file into a table?
How to call a php function from another php file?
What is the use of session and cookies in php?
List some features of php that are deprecated in php
How to enable cURL in PHP?
How to remove all duplicate values in array in php?
What is $_session in php?
Write a program to swap two numbers using php.
What is the difference between rest and soap?
Explain the difference between urlencode and urldecode?
What is api laravel?
What is the difference between php and javascript?
What is zend studio for?