How can we submit a form without a submit button?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / naresh
through header() function.
header("location:url:);
| Is This Answer Correct ? | 4 Yes | 7 No |
What is indexing how many types?
3 Answers DLF, Infosys, Net Solution, Vcare,
What is a model in php?
programm for factorial
How can we destroy the session, how can we unset the variable of a session?
What is use of header() function in php?
What is $_session in php?
Which function would you use to read a line of data from a file in php?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
What is php mainly used for?
How to Retrieve video files in php from database.....and how to store video on database..
Do I need apache for php?
What is list function with their uses.