How can we submit a form without a submit button?
Answer Posted / jeet
By the help of java script we can submit form with any options here i am using link, we can submit by checkbox, redio button etc..
<a href OnClick="javascript: document.myform.submit();" >Submit Me</a>
Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
How to repeat a string to a specific number of times in php?
Why do we use sessions in php?
where do we use htaccess?
What is cookie and session in php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Is time a dependent variable?
What is the difference between query and question?
What is the purpose of a query?
How we can declare variable in php?
Why do we need session?
Explain the difference between unlink() and unset()?
How to delete file in php?
What is php array function?
Write a program to get second highest number in an array using php?
Why post method is used in php?